@almadar/std 9.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -317,8 +317,8 @@
|
|
|
317
317
|
"ServiceEmail",
|
|
318
318
|
{
|
|
319
319
|
"emit": {
|
|
320
|
-
"
|
|
321
|
-
"
|
|
320
|
+
"success": "ServiceEmailLoaded",
|
|
321
|
+
"failure": "ServiceEmailLoadFailed"
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
],
|
|
@@ -327,50 +327,50 @@
|
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
329
|
"type": "stack",
|
|
330
|
-
"
|
|
330
|
+
"gap": "lg",
|
|
331
331
|
"children": [
|
|
332
332
|
{
|
|
333
|
-
"type": "stack",
|
|
334
|
-
"gap": "md",
|
|
335
|
-
"align": "center",
|
|
336
333
|
"children": [
|
|
337
334
|
{
|
|
338
335
|
"type": "icon",
|
|
339
336
|
"name": "mail"
|
|
340
337
|
},
|
|
341
338
|
{
|
|
342
|
-
"
|
|
339
|
+
"content": "ServiceEmail Email",
|
|
343
340
|
"variant": "h2",
|
|
344
|
-
"
|
|
341
|
+
"type": "typography"
|
|
345
342
|
}
|
|
346
343
|
],
|
|
347
|
-
"
|
|
344
|
+
"gap": "md",
|
|
345
|
+
"type": "stack",
|
|
346
|
+
"direction": "horizontal",
|
|
347
|
+
"align": "center"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"type": "divider"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
353
|
+
"type": "input",
|
|
354
|
+
"placeholder": "recipient@example.com"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
357
|
+
"type": "input",
|
|
358
|
+
"placeholder": "Email subject"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
"
|
|
362
|
-
"
|
|
361
|
+
"placeholder": "Write your message...",
|
|
362
|
+
"type": "textarea"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"label": "Send",
|
|
366
|
-
"type": "button",
|
|
367
|
-
"variant": "primary",
|
|
368
366
|
"icon": "send",
|
|
369
|
-
"
|
|
367
|
+
"type": "button",
|
|
368
|
+
"action": "SEND",
|
|
369
|
+
"variant": "primary"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
372
|
-
"
|
|
373
|
-
"
|
|
372
|
+
"align": "stretch",
|
|
373
|
+
"direction": "vertical"
|
|
374
374
|
}
|
|
375
375
|
]
|
|
376
376
|
]
|
|
@@ -384,9 +384,9 @@
|
|
|
384
384
|
"render-ui",
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
|
-
"message": "Delivering serviceemail email...",
|
|
388
387
|
"type": "loading-state",
|
|
389
|
-
"title": "Sending email..."
|
|
388
|
+
"title": "Sending email...",
|
|
389
|
+
"message": "Delivering serviceemail email..."
|
|
390
390
|
}
|
|
391
391
|
],
|
|
392
392
|
[
|
|
@@ -394,14 +394,14 @@
|
|
|
394
394
|
"email",
|
|
395
395
|
"send",
|
|
396
396
|
{
|
|
397
|
-
"to": "@entity.to",
|
|
398
397
|
"subject": "@entity.subject",
|
|
398
|
+
"to": "@entity.to",
|
|
399
399
|
"body": "@entity.body"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"emit": {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
403
|
+
"success": "ServiceEmailEmailCompleted",
|
|
404
|
+
"failure": "ServiceEmailEmailFailed"
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
]
|
|
@@ -421,24 +421,24 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
-
"direction": "vertical",
|
|
425
|
-
"gap": "lg",
|
|
426
424
|
"type": "stack",
|
|
425
|
+
"direction": "vertical",
|
|
427
426
|
"align": "center",
|
|
427
|
+
"gap": "lg",
|
|
428
428
|
"children": [
|
|
429
429
|
{
|
|
430
430
|
"name": "check-circle",
|
|
431
431
|
"type": "icon"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
-
"
|
|
434
|
+
"type": "alert",
|
|
435
435
|
"variant": "success",
|
|
436
|
-
"
|
|
436
|
+
"message": "Email sent successfully"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
|
-
"label": "Send Another",
|
|
440
439
|
"type": "button",
|
|
441
440
|
"action": "RESET",
|
|
441
|
+
"label": "Send Another",
|
|
442
442
|
"variant": "ghost",
|
|
443
443
|
"icon": "rotate-ccw"
|
|
444
444
|
}
|
|
@@ -464,37 +464,37 @@
|
|
|
464
464
|
"type": "stack",
|
|
465
465
|
"direction": "vertical",
|
|
466
466
|
"align": "center",
|
|
467
|
-
"gap": "lg",
|
|
468
467
|
"children": [
|
|
469
468
|
{
|
|
470
|
-
"title": "Send Failed",
|
|
471
|
-
"message": "Could not deliver the email.",
|
|
472
469
|
"onRetry": "RETRY",
|
|
473
|
-
"
|
|
470
|
+
"title": "Send Failed",
|
|
471
|
+
"type": "error-state",
|
|
472
|
+
"message": "Could not deliver the email."
|
|
474
473
|
},
|
|
475
474
|
{
|
|
475
|
+
"type": "stack",
|
|
476
476
|
"gap": "sm",
|
|
477
|
+
"direction": "horizontal",
|
|
477
478
|
"children": [
|
|
478
479
|
{
|
|
479
|
-
"type": "button",
|
|
480
|
-
"variant": "primary",
|
|
481
480
|
"label": "Retry",
|
|
481
|
+
"action": "RETRY",
|
|
482
|
+
"variant": "primary",
|
|
482
483
|
"icon": "refresh-cw",
|
|
483
|
-
"
|
|
484
|
+
"type": "button"
|
|
484
485
|
},
|
|
485
486
|
{
|
|
486
|
-
"variant": "ghost",
|
|
487
|
-
"icon": "rotate-ccw",
|
|
488
487
|
"type": "button",
|
|
488
|
+
"label": "Reset",
|
|
489
489
|
"action": "RESET",
|
|
490
|
-
"
|
|
490
|
+
"variant": "ghost",
|
|
491
|
+
"icon": "rotate-ccw"
|
|
491
492
|
}
|
|
492
493
|
],
|
|
493
|
-
"type": "stack",
|
|
494
|
-
"direction": "horizontal",
|
|
495
494
|
"justify": "center"
|
|
496
495
|
}
|
|
497
|
-
]
|
|
496
|
+
],
|
|
497
|
+
"gap": "lg"
|
|
498
498
|
}
|
|
499
499
|
]
|
|
500
500
|
]
|
|
@@ -513,26 +513,25 @@
|
|
|
513
513
|
"render-ui",
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
|
-
"gap": "lg",
|
|
517
|
-
"type": "stack",
|
|
518
516
|
"align": "stretch",
|
|
517
|
+
"type": "stack",
|
|
519
518
|
"children": [
|
|
520
519
|
{
|
|
521
520
|
"direction": "horizontal",
|
|
521
|
+
"align": "center",
|
|
522
|
+
"type": "stack",
|
|
523
|
+
"gap": "md",
|
|
522
524
|
"children": [
|
|
523
525
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
+
"type": "icon",
|
|
527
|
+
"name": "mail"
|
|
526
528
|
},
|
|
527
529
|
{
|
|
528
530
|
"type": "typography",
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
+
"variant": "h2",
|
|
532
|
+
"content": "ServiceEmail Email"
|
|
531
533
|
}
|
|
532
|
-
]
|
|
533
|
-
"align": "center",
|
|
534
|
-
"gap": "md",
|
|
535
|
-
"type": "stack"
|
|
534
|
+
]
|
|
536
535
|
},
|
|
537
536
|
{
|
|
538
537
|
"type": "divider"
|
|
@@ -542,21 +541,22 @@
|
|
|
542
541
|
"type": "input"
|
|
543
542
|
},
|
|
544
543
|
{
|
|
545
|
-
"
|
|
546
|
-
"
|
|
544
|
+
"placeholder": "Email subject",
|
|
545
|
+
"type": "input"
|
|
547
546
|
},
|
|
548
547
|
{
|
|
549
|
-
"
|
|
550
|
-
"
|
|
548
|
+
"placeholder": "Write your message...",
|
|
549
|
+
"type": "textarea"
|
|
551
550
|
},
|
|
552
551
|
{
|
|
553
|
-
"icon": "send",
|
|
554
|
-
"type": "button",
|
|
555
552
|
"variant": "primary",
|
|
556
553
|
"action": "SEND",
|
|
554
|
+
"type": "button",
|
|
555
|
+
"icon": "send",
|
|
557
556
|
"label": "Send"
|
|
558
557
|
}
|
|
559
558
|
],
|
|
559
|
+
"gap": "lg",
|
|
560
560
|
"direction": "vertical"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -571,26 +571,23 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
-
"type": "stack",
|
|
575
|
-
"gap": "lg",
|
|
576
|
-
"direction": "vertical",
|
|
577
574
|
"children": [
|
|
578
575
|
{
|
|
576
|
+
"type": "stack",
|
|
577
|
+
"gap": "md",
|
|
579
578
|
"children": [
|
|
580
579
|
{
|
|
581
580
|
"type": "icon",
|
|
582
581
|
"name": "mail"
|
|
583
582
|
},
|
|
584
583
|
{
|
|
585
|
-
"
|
|
584
|
+
"variant": "h2",
|
|
586
585
|
"type": "typography",
|
|
587
|
-
"
|
|
586
|
+
"content": "ServiceEmail Email"
|
|
588
587
|
}
|
|
589
588
|
],
|
|
590
|
-
"direction": "horizontal",
|
|
591
|
-
"gap": "md",
|
|
592
589
|
"align": "center",
|
|
593
|
-
"
|
|
590
|
+
"direction": "horizontal"
|
|
594
591
|
},
|
|
595
592
|
{
|
|
596
593
|
"type": "divider"
|
|
@@ -608,14 +605,17 @@
|
|
|
608
605
|
"type": "textarea"
|
|
609
606
|
},
|
|
610
607
|
{
|
|
611
|
-
"type": "button",
|
|
612
608
|
"label": "Send",
|
|
609
|
+
"action": "SEND",
|
|
613
610
|
"icon": "send",
|
|
614
|
-
"
|
|
615
|
-
"
|
|
611
|
+
"type": "button",
|
|
612
|
+
"variant": "primary"
|
|
616
613
|
}
|
|
617
614
|
],
|
|
618
|
-
"
|
|
615
|
+
"direction": "vertical",
|
|
616
|
+
"type": "stack",
|
|
617
|
+
"align": "stretch",
|
|
618
|
+
"gap": "lg"
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -634,11 +634,9 @@
|
|
|
634
634
|
"render-ui",
|
|
635
635
|
"main",
|
|
636
636
|
{
|
|
637
|
-
"
|
|
637
|
+
"type": "stack",
|
|
638
638
|
"children": [
|
|
639
639
|
{
|
|
640
|
-
"direction": "horizontal",
|
|
641
|
-
"gap": "md",
|
|
642
640
|
"align": "center",
|
|
643
641
|
"children": [
|
|
644
642
|
{
|
|
@@ -646,39 +644,41 @@
|
|
|
646
644
|
"name": "mail"
|
|
647
645
|
},
|
|
648
646
|
{
|
|
649
|
-
"content": "ServiceEmail Email",
|
|
650
647
|
"type": "typography",
|
|
648
|
+
"content": "ServiceEmail Email",
|
|
651
649
|
"variant": "h2"
|
|
652
650
|
}
|
|
653
651
|
],
|
|
654
|
-
"type": "stack"
|
|
652
|
+
"type": "stack",
|
|
653
|
+
"direction": "horizontal",
|
|
654
|
+
"gap": "md"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
657
|
"type": "divider"
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
|
-
"
|
|
661
|
-
"
|
|
660
|
+
"type": "input",
|
|
661
|
+
"placeholder": "recipient@example.com"
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
664
|
+
"type": "input",
|
|
665
|
+
"placeholder": "Email subject"
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
668
|
+
"placeholder": "Write your message...",
|
|
669
|
+
"type": "textarea"
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
|
+
"label": "Send",
|
|
672
673
|
"type": "button",
|
|
673
|
-
"
|
|
674
|
+
"action": "SEND",
|
|
674
675
|
"variant": "primary",
|
|
675
|
-
"
|
|
676
|
-
"action": "SEND"
|
|
676
|
+
"icon": "send"
|
|
677
677
|
}
|
|
678
678
|
],
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"
|
|
679
|
+
"align": "stretch",
|
|
680
|
+
"direction": "vertical",
|
|
681
|
+
"gap": "lg"
|
|
682
682
|
}
|
|
683
683
|
]
|
|
684
684
|
]
|