@almadar/std 8.5.1 → 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 +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- 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 +49 -49
- 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 +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- 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 +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- 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 +49 -49
- 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 +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"event": "WizardFormSaved",
|
|
40
40
|
"description": "Fired when wizard flow completes successfully",
|
|
41
41
|
"scope": "internal",
|
|
42
|
-
"
|
|
42
|
+
"payloadSchema": [
|
|
43
43
|
{
|
|
44
44
|
"name": "id",
|
|
45
45
|
"type": "string"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"event": "WizardFormSaveFailed",
|
|
51
51
|
"description": "Fired when the final persist fails",
|
|
52
52
|
"scope": "internal",
|
|
53
|
-
"
|
|
53
|
+
"payloadSchema": [
|
|
54
54
|
{
|
|
55
55
|
"name": "error",
|
|
56
56
|
"type": "string"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{
|
|
65
65
|
"event": "WizardFormEntryLoaded",
|
|
66
66
|
"scope": "internal",
|
|
67
|
-
"
|
|
67
|
+
"payloadSchema": [
|
|
68
68
|
{
|
|
69
69
|
"name": "data",
|
|
70
70
|
"type": "[WizardFormEntry]"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"event": "WizardFormEntryLoadFailed",
|
|
76
76
|
"scope": "internal",
|
|
77
|
-
"
|
|
77
|
+
"payloadSchema": [
|
|
78
78
|
{
|
|
79
79
|
"name": "error",
|
|
80
80
|
"type": "string"
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{
|
|
114
114
|
"key": "NEXT",
|
|
115
115
|
"name": "Next",
|
|
116
|
-
"
|
|
116
|
+
"payloadSchema": [
|
|
117
117
|
{
|
|
118
118
|
"name": "data",
|
|
119
119
|
"type": "object",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{
|
|
129
129
|
"key": "COMPLETE",
|
|
130
130
|
"name": "Complete",
|
|
131
|
-
"
|
|
131
|
+
"payloadSchema": [
|
|
132
132
|
{
|
|
133
133
|
"name": "data",
|
|
134
134
|
"type": "object",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
{
|
|
140
140
|
"key": "WizardFormSaved",
|
|
141
141
|
"name": "Wizard form saved",
|
|
142
|
-
"
|
|
142
|
+
"payloadSchema": [
|
|
143
143
|
{
|
|
144
144
|
"name": "id",
|
|
145
145
|
"type": "string"
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
{
|
|
150
150
|
"key": "WizardFormSaveFailed",
|
|
151
151
|
"name": "Wizard form save failed",
|
|
152
|
-
"
|
|
152
|
+
"payloadSchema": [
|
|
153
153
|
{
|
|
154
154
|
"name": "error",
|
|
155
155
|
"type": "string"
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
{
|
|
168
168
|
"key": "WizardFormEntryLoaded",
|
|
169
169
|
"name": "WizardFormEntry loaded",
|
|
170
|
-
"
|
|
170
|
+
"payloadSchema": [
|
|
171
171
|
{
|
|
172
172
|
"name": "data",
|
|
173
173
|
"type": "[WizardFormEntry]"
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
{
|
|
178
178
|
"key": "WizardFormEntryLoadFailed",
|
|
179
179
|
"name": "WizardFormEntry load failed",
|
|
180
|
-
"
|
|
180
|
+
"payloadSchema": [
|
|
181
181
|
{
|
|
182
182
|
"name": "error",
|
|
183
183
|
"type": "string"
|
|
@@ -209,21 +209,23 @@
|
|
|
209
209
|
"render-ui",
|
|
210
210
|
"main",
|
|
211
211
|
{
|
|
212
|
+
"direction": "vertical",
|
|
213
|
+
"type": "stack",
|
|
212
214
|
"className": "max-w-xl mx-auto w-full",
|
|
213
215
|
"gap": "lg",
|
|
214
216
|
"children": [
|
|
215
217
|
{
|
|
218
|
+
"variant": "h2",
|
|
216
219
|
"content": "Sign-up",
|
|
217
|
-
"type": "typography"
|
|
218
|
-
"variant": "h2"
|
|
220
|
+
"type": "typography"
|
|
219
221
|
},
|
|
220
222
|
{
|
|
223
|
+
"type": "wizard-progress",
|
|
221
224
|
"steps": [
|
|
222
225
|
"Personal",
|
|
223
226
|
"Preferences",
|
|
224
227
|
"Review"
|
|
225
228
|
],
|
|
226
|
-
"type": "wizard-progress",
|
|
227
229
|
"currentStep": 0.0
|
|
228
230
|
},
|
|
229
231
|
{
|
|
@@ -235,27 +237,25 @@
|
|
|
235
237
|
"type": "typography"
|
|
236
238
|
},
|
|
237
239
|
{
|
|
240
|
+
"type": "form-section",
|
|
238
241
|
"cancelEvent": "INIT",
|
|
239
242
|
"submitEvent": "NEXT",
|
|
240
|
-
"type": "form-section",
|
|
241
|
-
"mode": "create",
|
|
242
243
|
"fields": [
|
|
243
244
|
"name",
|
|
244
245
|
"email"
|
|
245
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"mode": "create"
|
|
246
248
|
},
|
|
247
249
|
{
|
|
250
|
+
"showBack": false,
|
|
251
|
+
"showComplete": false,
|
|
248
252
|
"type": "wizard-navigation",
|
|
249
|
-
"onNext": "NEXT",
|
|
250
253
|
"currentStep": 0.0,
|
|
251
|
-
"
|
|
252
|
-
"showBack": false,
|
|
254
|
+
"onNext": "NEXT",
|
|
253
255
|
"showNext": true,
|
|
254
256
|
"totalSteps": 3.0
|
|
255
257
|
}
|
|
256
|
-
]
|
|
257
|
-
"type": "stack",
|
|
258
|
-
"direction": "vertical"
|
|
258
|
+
]
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
]
|
|
@@ -269,12 +269,13 @@
|
|
|
269
269
|
"render-ui",
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
|
+
"direction": "vertical",
|
|
272
273
|
"gap": "lg",
|
|
273
|
-
"
|
|
274
|
+
"className": "max-w-xl mx-auto w-full",
|
|
274
275
|
"children": [
|
|
275
276
|
{
|
|
276
|
-
"type": "typography",
|
|
277
277
|
"variant": "h2",
|
|
278
|
+
"type": "typography",
|
|
278
279
|
"content": "Sign-up"
|
|
279
280
|
},
|
|
280
281
|
{
|
|
@@ -290,33 +291,32 @@
|
|
|
290
291
|
"type": "divider"
|
|
291
292
|
},
|
|
292
293
|
{
|
|
293
|
-
"type": "typography",
|
|
294
294
|
"variant": "h3",
|
|
295
|
-
"content": "Preferences"
|
|
295
|
+
"content": "Preferences",
|
|
296
|
+
"type": "typography"
|
|
296
297
|
},
|
|
297
298
|
{
|
|
298
|
-
"
|
|
299
|
+
"entity": "@entity",
|
|
299
300
|
"fields": [
|
|
300
301
|
"theme"
|
|
301
302
|
],
|
|
302
|
-
"submitEvent": "NEXT",
|
|
303
303
|
"type": "form-section",
|
|
304
|
-
"
|
|
305
|
-
"
|
|
304
|
+
"mode": "edit",
|
|
305
|
+
"submitEvent": "NEXT",
|
|
306
|
+
"cancelEvent": "PREV"
|
|
306
307
|
},
|
|
307
308
|
{
|
|
309
|
+
"totalSteps": 3.0,
|
|
308
310
|
"showNext": true,
|
|
309
|
-
"
|
|
310
|
-
"onNext": "NEXT",
|
|
311
|
+
"currentStep": 1.0,
|
|
311
312
|
"showComplete": false,
|
|
312
|
-
"
|
|
313
|
+
"type": "wizard-navigation",
|
|
313
314
|
"onBack": "PREV",
|
|
314
|
-
"
|
|
315
|
-
"
|
|
315
|
+
"onNext": "NEXT",
|
|
316
|
+
"showBack": true
|
|
316
317
|
}
|
|
317
318
|
],
|
|
318
|
-
"
|
|
319
|
-
"className": "max-w-xl mx-auto w-full"
|
|
319
|
+
"type": "stack"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
322
322
|
]
|
|
@@ -330,105 +330,105 @@
|
|
|
330
330
|
"render-ui",
|
|
331
331
|
"main",
|
|
332
332
|
{
|
|
333
|
+
"direction": "vertical",
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"gap": "lg",
|
|
336
|
+
"className": "max-w-xl mx-auto w-full",
|
|
333
337
|
"children": [
|
|
334
338
|
{
|
|
335
|
-
"type": "typography",
|
|
336
339
|
"content": "Sign-up",
|
|
340
|
+
"type": "typography",
|
|
337
341
|
"variant": "h2"
|
|
338
342
|
},
|
|
339
343
|
{
|
|
340
|
-
"currentStep": 2.0,
|
|
341
344
|
"steps": [
|
|
342
345
|
"Personal",
|
|
343
346
|
"Preferences",
|
|
344
347
|
"Review"
|
|
345
348
|
],
|
|
346
|
-
"type": "wizard-progress"
|
|
349
|
+
"type": "wizard-progress",
|
|
350
|
+
"currentStep": 2.0
|
|
347
351
|
},
|
|
348
352
|
{
|
|
349
353
|
"type": "divider"
|
|
350
354
|
},
|
|
351
355
|
{
|
|
352
|
-
"variant": "h3",
|
|
353
356
|
"content": "Review",
|
|
354
|
-
"type": "typography"
|
|
357
|
+
"type": "typography",
|
|
358
|
+
"variant": "h3"
|
|
355
359
|
},
|
|
356
360
|
{
|
|
357
|
-
"
|
|
361
|
+
"type": "stack",
|
|
358
362
|
"direction": "vertical",
|
|
363
|
+
"gap": "sm",
|
|
359
364
|
"children": [
|
|
360
365
|
{
|
|
361
|
-
"type": "stack",
|
|
362
366
|
"gap": "md",
|
|
367
|
+
"direction": "horizontal",
|
|
368
|
+
"type": "stack",
|
|
363
369
|
"justify": "between",
|
|
364
370
|
"children": [
|
|
365
371
|
{
|
|
366
|
-
"
|
|
372
|
+
"type": "typography",
|
|
367
373
|
"content": "Name",
|
|
368
|
-
"
|
|
374
|
+
"variant": "caption"
|
|
369
375
|
},
|
|
370
376
|
{
|
|
377
|
+
"content": "@entity.name",
|
|
371
378
|
"type": "typography",
|
|
372
|
-
"variant": "body"
|
|
373
|
-
"content": "@entity.name"
|
|
379
|
+
"variant": "body"
|
|
374
380
|
}
|
|
375
|
-
]
|
|
376
|
-
"direction": "horizontal"
|
|
381
|
+
]
|
|
377
382
|
},
|
|
378
383
|
{
|
|
379
|
-
"type": "stack",
|
|
380
|
-
"justify": "between",
|
|
381
|
-
"gap": "md",
|
|
382
|
-
"direction": "horizontal",
|
|
383
384
|
"children": [
|
|
384
385
|
{
|
|
385
|
-
"type": "typography",
|
|
386
386
|
"content": "Email",
|
|
387
|
-
"variant": "caption"
|
|
387
|
+
"variant": "caption",
|
|
388
|
+
"type": "typography"
|
|
388
389
|
},
|
|
389
390
|
{
|
|
390
391
|
"type": "typography",
|
|
391
392
|
"content": "@entity.email",
|
|
392
393
|
"variant": "body"
|
|
393
394
|
}
|
|
394
|
-
]
|
|
395
|
+
],
|
|
396
|
+
"direction": "horizontal",
|
|
397
|
+
"gap": "md",
|
|
398
|
+
"type": "stack",
|
|
399
|
+
"justify": "between"
|
|
395
400
|
},
|
|
396
401
|
{
|
|
397
402
|
"justify": "between",
|
|
403
|
+
"gap": "md",
|
|
404
|
+
"direction": "horizontal",
|
|
398
405
|
"children": [
|
|
399
406
|
{
|
|
400
|
-
"
|
|
407
|
+
"type": "typography",
|
|
401
408
|
"variant": "caption",
|
|
402
|
-
"
|
|
409
|
+
"content": "Theme"
|
|
403
410
|
},
|
|
404
411
|
{
|
|
405
412
|
"variant": "body",
|
|
406
|
-
"
|
|
407
|
-
"
|
|
413
|
+
"type": "typography",
|
|
414
|
+
"content": "@entity.theme"
|
|
408
415
|
}
|
|
409
416
|
],
|
|
410
|
-
"
|
|
411
|
-
"type": "stack",
|
|
412
|
-
"direction": "horizontal"
|
|
417
|
+
"type": "stack"
|
|
413
418
|
}
|
|
414
|
-
]
|
|
415
|
-
"type": "stack"
|
|
419
|
+
]
|
|
416
420
|
},
|
|
417
421
|
{
|
|
418
|
-
"
|
|
419
|
-
"
|
|
422
|
+
"showBack": true,
|
|
423
|
+
"showNext": false,
|
|
420
424
|
"type": "wizard-navigation",
|
|
425
|
+
"onBack": "PREV",
|
|
421
426
|
"totalSteps": 3.0,
|
|
422
427
|
"showComplete": true,
|
|
423
|
-
"
|
|
424
|
-
"currentStep": 2.0
|
|
425
|
-
"showNext": false
|
|
428
|
+
"onComplete": "COMPLETE",
|
|
429
|
+
"currentStep": 2.0
|
|
426
430
|
}
|
|
427
|
-
]
|
|
428
|
-
"direction": "vertical",
|
|
429
|
-
"gap": "lg",
|
|
430
|
-
"className": "max-w-xl mx-auto w-full",
|
|
431
|
-
"type": "stack"
|
|
431
|
+
]
|
|
432
432
|
}
|
|
433
433
|
]
|
|
434
434
|
]
|
|
@@ -442,9 +442,6 @@
|
|
|
442
442
|
"render-ui",
|
|
443
443
|
"main",
|
|
444
444
|
{
|
|
445
|
-
"type": "stack",
|
|
446
|
-
"direction": "vertical",
|
|
447
|
-
"gap": "lg",
|
|
448
445
|
"children": [
|
|
449
446
|
{
|
|
450
447
|
"type": "typography",
|
|
@@ -452,13 +449,13 @@
|
|
|
452
449
|
"content": "Sign-up"
|
|
453
450
|
},
|
|
454
451
|
{
|
|
455
|
-
"currentStep": 0.0,
|
|
456
452
|
"type": "wizard-progress",
|
|
457
453
|
"steps": [
|
|
458
454
|
"Personal",
|
|
459
455
|
"Preferences",
|
|
460
456
|
"Review"
|
|
461
|
-
]
|
|
457
|
+
],
|
|
458
|
+
"currentStep": 0.0
|
|
462
459
|
},
|
|
463
460
|
{
|
|
464
461
|
"type": "divider"
|
|
@@ -469,27 +466,30 @@
|
|
|
469
466
|
"type": "typography"
|
|
470
467
|
},
|
|
471
468
|
{
|
|
472
|
-
"type": "form-section",
|
|
473
|
-
"entity": "@entity",
|
|
474
|
-
"mode": "edit",
|
|
475
469
|
"cancelEvent": "INIT",
|
|
476
470
|
"fields": [
|
|
477
471
|
"name",
|
|
478
472
|
"email"
|
|
479
473
|
],
|
|
474
|
+
"entity": "@entity",
|
|
475
|
+
"mode": "edit",
|
|
476
|
+
"type": "form-section",
|
|
480
477
|
"submitEvent": "NEXT"
|
|
481
478
|
},
|
|
482
479
|
{
|
|
483
|
-
"
|
|
484
|
-
"type": "wizard-navigation",
|
|
480
|
+
"currentStep": 0.0,
|
|
485
481
|
"showBack": false,
|
|
486
482
|
"showNext": true,
|
|
487
|
-
"
|
|
483
|
+
"showComplete": false,
|
|
488
484
|
"onNext": "NEXT",
|
|
489
|
-
"
|
|
485
|
+
"type": "wizard-navigation",
|
|
486
|
+
"totalSteps": 3.0
|
|
490
487
|
}
|
|
491
488
|
],
|
|
492
|
-
"
|
|
489
|
+
"gap": "lg",
|
|
490
|
+
"className": "max-w-xl mx-auto w-full",
|
|
491
|
+
"type": "stack",
|
|
492
|
+
"direction": "vertical"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"@payload.data",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"success": "WizardFormSaved",
|
|
510
|
+
"failure": "WizardFormSaveFailed"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
-
"
|
|
519
|
-
"
|
|
518
|
+
"className": "max-w-xl mx-auto w-full py-12",
|
|
519
|
+
"align": "center",
|
|
520
520
|
"children": [
|
|
521
521
|
{
|
|
522
522
|
"type": "spinner"
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"
|
|
526
|
-
"variant": "caption",
|
|
525
|
+
"type": "typography",
|
|
527
526
|
"content": "Completing sign-up…",
|
|
528
|
-
"
|
|
527
|
+
"color": "muted",
|
|
528
|
+
"variant": "caption"
|
|
529
529
|
}
|
|
530
530
|
],
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
531
|
+
"type": "stack",
|
|
532
|
+
"direction": "vertical",
|
|
533
|
+
"gap": "lg"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,54 +544,54 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"className": "max-w-xl mx-auto w-full",
|
|
548
547
|
"direction": "vertical",
|
|
548
|
+
"gap": "lg",
|
|
549
549
|
"children": [
|
|
550
550
|
{
|
|
551
|
-
"
|
|
551
|
+
"type": "typography",
|
|
552
552
|
"variant": "h2",
|
|
553
|
-
"
|
|
553
|
+
"content": "Sign-up"
|
|
554
554
|
},
|
|
555
555
|
{
|
|
556
556
|
"type": "wizard-progress",
|
|
557
|
-
"currentStep": 1.0,
|
|
558
557
|
"steps": [
|
|
559
558
|
"Personal",
|
|
560
559
|
"Preferences",
|
|
561
560
|
"Review"
|
|
562
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"currentStep": 1.0
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
"type": "divider"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
|
-
"
|
|
568
|
+
"type": "typography",
|
|
569
569
|
"content": "Preferences",
|
|
570
|
-
"
|
|
570
|
+
"variant": "h3"
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
|
+
"entity": "@entity",
|
|
573
574
|
"submitEvent": "NEXT",
|
|
575
|
+
"mode": "edit",
|
|
576
|
+
"type": "form-section",
|
|
577
|
+
"cancelEvent": "PREV",
|
|
574
578
|
"fields": [
|
|
575
579
|
"theme"
|
|
576
|
-
]
|
|
577
|
-
"type": "form-section",
|
|
578
|
-
"entity": "@entity",
|
|
579
|
-
"mode": "edit",
|
|
580
|
-
"cancelEvent": "PREV"
|
|
580
|
+
]
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
|
-
"type": "wizard-navigation",
|
|
584
|
-
"onNext": "NEXT",
|
|
585
|
-
"showBack": true,
|
|
586
|
-
"onBack": "PREV",
|
|
587
583
|
"totalSteps": 3.0,
|
|
584
|
+
"type": "wizard-navigation",
|
|
588
585
|
"showNext": true,
|
|
589
|
-
"
|
|
590
|
-
"
|
|
586
|
+
"onBack": "PREV",
|
|
587
|
+
"showBack": true,
|
|
588
|
+
"onNext": "NEXT",
|
|
589
|
+
"showComplete": false,
|
|
590
|
+
"currentStep": 1.0
|
|
591
591
|
}
|
|
592
592
|
],
|
|
593
593
|
"type": "stack",
|
|
594
|
-
"
|
|
594
|
+
"className": "max-w-xl mx-auto w-full"
|
|
595
595
|
}
|
|
596
596
|
]
|
|
597
597
|
]
|
|
@@ -605,32 +605,32 @@
|
|
|
605
605
|
"render-ui",
|
|
606
606
|
"main",
|
|
607
607
|
{
|
|
608
|
+
"className": "max-w-xl mx-auto w-full py-12",
|
|
608
609
|
"type": "stack",
|
|
609
610
|
"align": "center",
|
|
610
|
-
"className": "max-w-xl mx-auto w-full py-12",
|
|
611
611
|
"direction": "vertical",
|
|
612
612
|
"children": [
|
|
613
613
|
{
|
|
614
|
-
"
|
|
615
|
-
"
|
|
614
|
+
"type": "icon",
|
|
615
|
+
"name": "check-circle"
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
|
-
"type": "typography",
|
|
619
618
|
"variant": "h2",
|
|
620
|
-
"content": "Welcome!"
|
|
619
|
+
"content": "Welcome!",
|
|
620
|
+
"type": "typography"
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"type": "typography",
|
|
624
|
-
"
|
|
624
|
+
"content": "Your account has been created.",
|
|
625
625
|
"color": "muted",
|
|
626
|
-
"
|
|
626
|
+
"variant": "body"
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
629
|
"label": "Start Over",
|
|
630
|
-
"type": "button",
|
|
631
630
|
"variant": "ghost",
|
|
632
631
|
"action": "RESTART",
|
|
633
|
-
"icon": "rotate-ccw"
|
|
632
|
+
"icon": "rotate-ccw",
|
|
633
|
+
"type": "button"
|
|
634
634
|
}
|
|
635
635
|
],
|
|
636
636
|
"gap": "lg"
|
|
@@ -647,7 +647,11 @@
|
|
|
647
647
|
"render-ui",
|
|
648
648
|
"main",
|
|
649
649
|
{
|
|
650
|
+
"direction": "vertical",
|
|
651
|
+
"type": "stack",
|
|
652
|
+
"className": "max-w-xl mx-auto w-full py-12",
|
|
650
653
|
"gap": "lg",
|
|
654
|
+
"align": "center",
|
|
651
655
|
"children": [
|
|
652
656
|
{
|
|
653
657
|
"name": "alert-triangle",
|
|
@@ -655,9 +659,9 @@
|
|
|
655
659
|
"type": "icon"
|
|
656
660
|
},
|
|
657
661
|
{
|
|
662
|
+
"content": "Sign-up Failed",
|
|
658
663
|
"variant": "h2",
|
|
659
|
-
"type": "typography"
|
|
660
|
-
"content": "Sign-up Failed"
|
|
664
|
+
"type": "typography"
|
|
661
665
|
},
|
|
662
666
|
{
|
|
663
667
|
"type": "alert",
|
|
@@ -665,17 +669,13 @@
|
|
|
665
669
|
"variant": "error"
|
|
666
670
|
},
|
|
667
671
|
{
|
|
672
|
+
"type": "button",
|
|
668
673
|
"label": "Retry",
|
|
669
674
|
"icon": "refresh-cw",
|
|
670
675
|
"variant": "primary",
|
|
671
|
-
"type": "button",
|
|
672
676
|
"action": "COMPLETE"
|
|
673
677
|
}
|
|
674
|
-
]
|
|
675
|
-
"align": "center",
|
|
676
|
-
"direction": "vertical",
|
|
677
|
-
"type": "stack",
|
|
678
|
-
"className": "max-w-xl mx-auto w-full py-12"
|
|
678
|
+
]
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
681
|
]
|
|
@@ -689,53 +689,53 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
+
"type": "stack",
|
|
693
|
+
"gap": "lg",
|
|
694
|
+
"className": "max-w-xl mx-auto w-full",
|
|
692
695
|
"direction": "vertical",
|
|
693
696
|
"children": [
|
|
694
697
|
{
|
|
695
|
-
"
|
|
698
|
+
"content": "Sign-up",
|
|
696
699
|
"variant": "h2",
|
|
697
|
-
"
|
|
700
|
+
"type": "typography"
|
|
698
701
|
},
|
|
699
702
|
{
|
|
700
|
-
"currentStep": 0.0,
|
|
701
703
|
"steps": [
|
|
702
704
|
"Personal",
|
|
703
705
|
"Preferences",
|
|
704
706
|
"Review"
|
|
705
707
|
],
|
|
706
|
-
"type": "wizard-progress"
|
|
708
|
+
"type": "wizard-progress",
|
|
709
|
+
"currentStep": 0.0
|
|
707
710
|
},
|
|
708
711
|
{
|
|
709
712
|
"type": "divider"
|
|
710
713
|
},
|
|
711
714
|
{
|
|
712
|
-
"variant": "h3",
|
|
713
715
|
"type": "typography",
|
|
716
|
+
"variant": "h3",
|
|
714
717
|
"content": "Personal Info"
|
|
715
718
|
},
|
|
716
719
|
{
|
|
720
|
+
"type": "form-section",
|
|
717
721
|
"submitEvent": "NEXT",
|
|
718
722
|
"cancelEvent": "INIT",
|
|
719
|
-
"mode": "create",
|
|
720
|
-
"type": "form-section",
|
|
721
723
|
"fields": [
|
|
722
724
|
"name",
|
|
723
725
|
"email"
|
|
724
|
-
]
|
|
726
|
+
],
|
|
727
|
+
"mode": "create"
|
|
725
728
|
},
|
|
726
729
|
{
|
|
727
|
-
"showComplete": false,
|
|
728
|
-
"onNext": "NEXT",
|
|
729
|
-
"totalSteps": 3.0,
|
|
730
730
|
"showBack": false,
|
|
731
731
|
"type": "wizard-navigation",
|
|
732
|
+
"showComplete": false,
|
|
732
733
|
"currentStep": 0.0,
|
|
733
|
-
"showNext": true
|
|
734
|
+
"showNext": true,
|
|
735
|
+
"onNext": "NEXT",
|
|
736
|
+
"totalSteps": 3.0
|
|
734
737
|
}
|
|
735
|
-
]
|
|
736
|
-
"className": "max-w-xl mx-auto w-full",
|
|
737
|
-
"type": "stack",
|
|
738
|
-
"gap": "lg"
|
|
738
|
+
]
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
]
|
|
@@ -758,4 +758,4 @@
|
|
|
758
758
|
]
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
|
-
}
|
|
761
|
+
}
|