@almadar/std 8.4.2 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"event": "ServiceEmailLoaded",
|
|
77
77
|
"description": "Fired when ServiceEmail finishes loading",
|
|
78
78
|
"scope": "internal",
|
|
79
|
-
"
|
|
79
|
+
"payloadSchema": [
|
|
80
80
|
{
|
|
81
81
|
"name": "id",
|
|
82
82
|
"type": "string"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"event": "ServiceEmailLoadFailed",
|
|
132
132
|
"description": "Fired when ServiceEmail fails to load",
|
|
133
133
|
"scope": "internal",
|
|
134
|
-
"
|
|
134
|
+
"payloadSchema": [
|
|
135
135
|
{
|
|
136
136
|
"name": "message",
|
|
137
137
|
"type": "string"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
{
|
|
142
142
|
"event": "ServiceEmailEmailCompleted",
|
|
143
143
|
"scope": "internal",
|
|
144
|
-
"
|
|
144
|
+
"payloadSchema": [
|
|
145
145
|
{
|
|
146
146
|
"name": "result",
|
|
147
147
|
"type": "object"
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
{
|
|
152
152
|
"event": "ServiceEmailEmailFailed",
|
|
153
153
|
"scope": "internal",
|
|
154
|
-
"
|
|
154
|
+
"payloadSchema": [
|
|
155
155
|
{
|
|
156
156
|
"name": "error",
|
|
157
157
|
"type": "string"
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
{
|
|
192
192
|
"key": "SENT",
|
|
193
193
|
"name": "Sent",
|
|
194
|
-
"
|
|
194
|
+
"payloadSchema": [
|
|
195
195
|
{
|
|
196
196
|
"name": "messageId",
|
|
197
197
|
"type": "string"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
{
|
|
202
202
|
"key": "FAILED",
|
|
203
203
|
"name": "Failed",
|
|
204
|
-
"
|
|
204
|
+
"payloadSchema": [
|
|
205
205
|
{
|
|
206
206
|
"name": "error",
|
|
207
207
|
"type": "string",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
{
|
|
221
221
|
"key": "ServiceEmailLoaded",
|
|
222
222
|
"name": "ServiceEmail loaded",
|
|
223
|
-
"
|
|
223
|
+
"payloadSchema": [
|
|
224
224
|
{
|
|
225
225
|
"name": "id",
|
|
226
226
|
"type": "string"
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
{
|
|
275
275
|
"key": "ServiceEmailLoadFailed",
|
|
276
276
|
"name": "ServiceEmail load failed",
|
|
277
|
-
"
|
|
277
|
+
"payloadSchema": [
|
|
278
278
|
{
|
|
279
279
|
"name": "message",
|
|
280
280
|
"type": "string"
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
{
|
|
285
285
|
"key": "ServiceEmailEmailCompleted",
|
|
286
286
|
"name": "ServiceEmail email completed",
|
|
287
|
-
"
|
|
287
|
+
"payloadSchema": [
|
|
288
288
|
{
|
|
289
289
|
"name": "result",
|
|
290
290
|
"type": "object"
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
{
|
|
295
295
|
"key": "ServiceEmailEmailFailed",
|
|
296
296
|
"name": "ServiceEmail email failed",
|
|
297
|
-
"
|
|
297
|
+
"payloadSchema": [
|
|
298
298
|
{
|
|
299
299
|
"name": "error",
|
|
300
300
|
"type": "string"
|
|
@@ -326,31 +326,32 @@
|
|
|
326
326
|
"render-ui",
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
|
+
"type": "stack",
|
|
329
330
|
"align": "stretch",
|
|
330
331
|
"children": [
|
|
331
332
|
{
|
|
332
|
-
"gap": "md",
|
|
333
333
|
"type": "stack",
|
|
334
|
+
"gap": "md",
|
|
334
335
|
"align": "center",
|
|
335
|
-
"direction": "horizontal",
|
|
336
336
|
"children": [
|
|
337
337
|
{
|
|
338
|
-
"
|
|
339
|
-
"
|
|
338
|
+
"type": "icon",
|
|
339
|
+
"name": "mail"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"type": "typography",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
343
|
+
"variant": "h2",
|
|
344
|
+
"content": "ServiceEmail Email"
|
|
345
345
|
}
|
|
346
|
-
]
|
|
346
|
+
],
|
|
347
|
+
"direction": "horizontal"
|
|
347
348
|
},
|
|
348
349
|
{
|
|
349
350
|
"type": "divider"
|
|
350
351
|
},
|
|
351
352
|
{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
353
|
+
"placeholder": "recipient@example.com",
|
|
354
|
+
"type": "input"
|
|
354
355
|
},
|
|
355
356
|
{
|
|
356
357
|
"placeholder": "Email subject",
|
|
@@ -362,15 +363,14 @@
|
|
|
362
363
|
},
|
|
363
364
|
{
|
|
364
365
|
"label": "Send",
|
|
365
|
-
"icon": "send",
|
|
366
366
|
"type": "button",
|
|
367
367
|
"variant": "primary",
|
|
368
|
+
"icon": "send",
|
|
368
369
|
"action": "SEND"
|
|
369
370
|
}
|
|
370
371
|
],
|
|
371
372
|
"direction": "vertical",
|
|
372
|
-
"gap": "lg"
|
|
373
|
-
"type": "stack"
|
|
373
|
+
"gap": "lg"
|
|
374
374
|
}
|
|
375
375
|
]
|
|
376
376
|
]
|
|
@@ -384,8 +384,8 @@
|
|
|
384
384
|
"render-ui",
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
|
-
"type": "loading-state",
|
|
388
387
|
"message": "Delivering serviceemail email...",
|
|
388
|
+
"type": "loading-state",
|
|
389
389
|
"title": "Sending email..."
|
|
390
390
|
}
|
|
391
391
|
],
|
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"emit": {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
403
|
+
"failure": "ServiceEmailEmailFailed",
|
|
404
|
+
"success": "ServiceEmailEmailCompleted"
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
]
|
|
@@ -421,28 +421,28 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
+
"direction": "vertical",
|
|
425
|
+
"gap": "lg",
|
|
426
|
+
"type": "stack",
|
|
427
|
+
"align": "center",
|
|
424
428
|
"children": [
|
|
425
429
|
{
|
|
426
|
-
"
|
|
427
|
-
"
|
|
430
|
+
"name": "check-circle",
|
|
431
|
+
"type": "icon"
|
|
428
432
|
},
|
|
429
433
|
{
|
|
430
|
-
"
|
|
434
|
+
"message": "Email sent successfully",
|
|
431
435
|
"variant": "success",
|
|
432
|
-
"
|
|
436
|
+
"type": "alert"
|
|
433
437
|
},
|
|
434
438
|
{
|
|
435
|
-
"icon": "rotate-ccw",
|
|
436
|
-
"action": "RESET",
|
|
437
439
|
"label": "Send Another",
|
|
438
440
|
"type": "button",
|
|
439
|
-
"
|
|
441
|
+
"action": "RESET",
|
|
442
|
+
"variant": "ghost",
|
|
443
|
+
"icon": "rotate-ccw"
|
|
440
444
|
}
|
|
441
|
-
]
|
|
442
|
-
"type": "stack",
|
|
443
|
-
"gap": "lg",
|
|
444
|
-
"direction": "vertical",
|
|
445
|
-
"align": "center"
|
|
445
|
+
]
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
448
|
]
|
|
@@ -461,40 +461,40 @@
|
|
|
461
461
|
"render-ui",
|
|
462
462
|
"main",
|
|
463
463
|
{
|
|
464
|
+
"type": "stack",
|
|
465
|
+
"direction": "vertical",
|
|
466
|
+
"align": "center",
|
|
467
|
+
"gap": "lg",
|
|
464
468
|
"children": [
|
|
465
469
|
{
|
|
470
|
+
"title": "Send Failed",
|
|
466
471
|
"message": "Could not deliver the email.",
|
|
467
472
|
"onRetry": "RETRY",
|
|
468
|
-
"type": "error-state"
|
|
469
|
-
"title": "Send Failed"
|
|
473
|
+
"type": "error-state"
|
|
470
474
|
},
|
|
471
475
|
{
|
|
472
|
-
"
|
|
476
|
+
"gap": "sm",
|
|
473
477
|
"children": [
|
|
474
478
|
{
|
|
475
479
|
"type": "button",
|
|
476
|
-
"action": "RETRY",
|
|
477
|
-
"label": "Retry",
|
|
478
480
|
"variant": "primary",
|
|
479
|
-
"
|
|
481
|
+
"label": "Retry",
|
|
482
|
+
"icon": "refresh-cw",
|
|
483
|
+
"action": "RETRY"
|
|
480
484
|
},
|
|
481
485
|
{
|
|
482
|
-
"
|
|
486
|
+
"variant": "ghost",
|
|
487
|
+
"icon": "rotate-ccw",
|
|
483
488
|
"type": "button",
|
|
484
489
|
"action": "RESET",
|
|
485
|
-
"
|
|
486
|
-
"variant": "ghost"
|
|
490
|
+
"label": "Reset"
|
|
487
491
|
}
|
|
488
492
|
],
|
|
489
493
|
"type": "stack",
|
|
490
|
-
"
|
|
494
|
+
"direction": "horizontal",
|
|
491
495
|
"justify": "center"
|
|
492
496
|
}
|
|
493
|
-
]
|
|
494
|
-
"type": "stack",
|
|
495
|
-
"gap": "lg",
|
|
496
|
-
"direction": "vertical",
|
|
497
|
-
"align": "center"
|
|
497
|
+
]
|
|
498
498
|
}
|
|
499
499
|
]
|
|
500
500
|
]
|
|
@@ -513,50 +513,50 @@
|
|
|
513
513
|
"render-ui",
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
|
+
"gap": "lg",
|
|
516
517
|
"type": "stack",
|
|
517
518
|
"align": "stretch",
|
|
518
519
|
"children": [
|
|
519
520
|
{
|
|
520
521
|
"direction": "horizontal",
|
|
521
|
-
"type": "stack",
|
|
522
|
-
"align": "center",
|
|
523
|
-
"gap": "md",
|
|
524
522
|
"children": [
|
|
525
523
|
{
|
|
526
|
-
"
|
|
527
|
-
"
|
|
524
|
+
"name": "mail",
|
|
525
|
+
"type": "icon"
|
|
528
526
|
},
|
|
529
527
|
{
|
|
530
528
|
"type": "typography",
|
|
531
|
-
"
|
|
532
|
-
"
|
|
529
|
+
"content": "ServiceEmail Email",
|
|
530
|
+
"variant": "h2"
|
|
533
531
|
}
|
|
534
|
-
]
|
|
532
|
+
],
|
|
533
|
+
"align": "center",
|
|
534
|
+
"gap": "md",
|
|
535
|
+
"type": "stack"
|
|
535
536
|
},
|
|
536
537
|
{
|
|
537
538
|
"type": "divider"
|
|
538
539
|
},
|
|
539
540
|
{
|
|
540
|
-
"
|
|
541
|
-
"
|
|
541
|
+
"placeholder": "recipient@example.com",
|
|
542
|
+
"type": "input"
|
|
542
543
|
},
|
|
543
544
|
{
|
|
544
545
|
"type": "input",
|
|
545
546
|
"placeholder": "Email subject"
|
|
546
547
|
},
|
|
547
548
|
{
|
|
548
|
-
"
|
|
549
|
-
"
|
|
549
|
+
"type": "textarea",
|
|
550
|
+
"placeholder": "Write your message..."
|
|
550
551
|
},
|
|
551
552
|
{
|
|
552
|
-
"variant": "primary",
|
|
553
553
|
"icon": "send",
|
|
554
|
-
"action": "SEND",
|
|
555
554
|
"type": "button",
|
|
555
|
+
"variant": "primary",
|
|
556
|
+
"action": "SEND",
|
|
556
557
|
"label": "Send"
|
|
557
558
|
}
|
|
558
559
|
],
|
|
559
|
-
"gap": "lg",
|
|
560
560
|
"direction": "vertical"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -572,13 +572,10 @@
|
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
574
|
"type": "stack",
|
|
575
|
-
"align": "stretch",
|
|
576
575
|
"gap": "lg",
|
|
576
|
+
"direction": "vertical",
|
|
577
577
|
"children": [
|
|
578
578
|
{
|
|
579
|
-
"direction": "horizontal",
|
|
580
|
-
"align": "center",
|
|
581
|
-
"type": "stack",
|
|
582
579
|
"children": [
|
|
583
580
|
{
|
|
584
581
|
"type": "icon",
|
|
@@ -590,7 +587,10 @@
|
|
|
590
587
|
"variant": "h2"
|
|
591
588
|
}
|
|
592
589
|
],
|
|
593
|
-
"
|
|
590
|
+
"direction": "horizontal",
|
|
591
|
+
"gap": "md",
|
|
592
|
+
"align": "center",
|
|
593
|
+
"type": "stack"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"type": "divider"
|
|
@@ -611,11 +611,11 @@
|
|
|
611
611
|
"type": "button",
|
|
612
612
|
"label": "Send",
|
|
613
613
|
"icon": "send",
|
|
614
|
-
"
|
|
615
|
-
"
|
|
614
|
+
"variant": "primary",
|
|
615
|
+
"action": "SEND"
|
|
616
616
|
}
|
|
617
617
|
],
|
|
618
|
-
"
|
|
618
|
+
"align": "stretch"
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -634,51 +634,51 @@
|
|
|
634
634
|
"render-ui",
|
|
635
635
|
"main",
|
|
636
636
|
{
|
|
637
|
-
"gap": "lg",
|
|
638
637
|
"align": "stretch",
|
|
639
|
-
"direction": "vertical",
|
|
640
638
|
"children": [
|
|
641
639
|
{
|
|
640
|
+
"direction": "horizontal",
|
|
641
|
+
"gap": "md",
|
|
642
642
|
"align": "center",
|
|
643
643
|
"children": [
|
|
644
644
|
{
|
|
645
|
-
"
|
|
646
|
-
"
|
|
645
|
+
"type": "icon",
|
|
646
|
+
"name": "mail"
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
|
-
"type": "typography",
|
|
650
649
|
"content": "ServiceEmail Email",
|
|
650
|
+
"type": "typography",
|
|
651
651
|
"variant": "h2"
|
|
652
652
|
}
|
|
653
653
|
],
|
|
654
|
-
"
|
|
655
|
-
"type": "stack",
|
|
656
|
-
"gap": "md"
|
|
654
|
+
"type": "stack"
|
|
657
655
|
},
|
|
658
656
|
{
|
|
659
657
|
"type": "divider"
|
|
660
658
|
},
|
|
661
659
|
{
|
|
662
|
-
"
|
|
663
|
-
"
|
|
660
|
+
"placeholder": "recipient@example.com",
|
|
661
|
+
"type": "input"
|
|
664
662
|
},
|
|
665
663
|
{
|
|
666
664
|
"placeholder": "Email subject",
|
|
667
665
|
"type": "input"
|
|
668
666
|
},
|
|
669
667
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
668
|
+
"type": "textarea",
|
|
669
|
+
"placeholder": "Write your message..."
|
|
672
670
|
},
|
|
673
671
|
{
|
|
674
|
-
"
|
|
672
|
+
"type": "button",
|
|
675
673
|
"icon": "send",
|
|
674
|
+
"variant": "primary",
|
|
676
675
|
"label": "Send",
|
|
677
|
-
"
|
|
678
|
-
"variant": "primary"
|
|
676
|
+
"action": "SEND"
|
|
679
677
|
}
|
|
680
678
|
],
|
|
681
|
-
"
|
|
679
|
+
"gap": "lg",
|
|
680
|
+
"type": "stack",
|
|
681
|
+
"direction": "vertical"
|
|
682
682
|
}
|
|
683
683
|
]
|
|
684
684
|
]
|
|
@@ -701,4 +701,4 @@
|
|
|
701
701
|
]
|
|
702
702
|
}
|
|
703
703
|
]
|
|
704
|
-
}
|
|
704
|
+
}
|