@almadar/std 8.2.0 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -209,53 +209,53 @@
|
|
|
209
209
|
"render-ui",
|
|
210
210
|
"main",
|
|
211
211
|
{
|
|
212
|
+
"className": "max-w-xl mx-auto w-full",
|
|
212
213
|
"children": [
|
|
213
214
|
{
|
|
215
|
+
"content": "Sign-up",
|
|
214
216
|
"type": "typography",
|
|
215
|
-
"variant": "h2"
|
|
216
|
-
"content": "Sign-up"
|
|
217
|
+
"variant": "h2"
|
|
217
218
|
},
|
|
218
219
|
{
|
|
220
|
+
"currentStep": 0.0,
|
|
221
|
+
"type": "wizard-progress",
|
|
219
222
|
"steps": [
|
|
220
223
|
"Personal",
|
|
221
224
|
"Preferences",
|
|
222
225
|
"Review"
|
|
223
|
-
]
|
|
224
|
-
"type": "wizard-progress",
|
|
225
|
-
"currentStep": 0.0
|
|
226
|
+
]
|
|
226
227
|
},
|
|
227
228
|
{
|
|
228
229
|
"type": "divider"
|
|
229
230
|
},
|
|
230
231
|
{
|
|
231
|
-
"content": "Personal Info",
|
|
232
232
|
"type": "typography",
|
|
233
|
-
"variant": "h3"
|
|
233
|
+
"variant": "h3",
|
|
234
|
+
"content": "Personal Info"
|
|
234
235
|
},
|
|
235
236
|
{
|
|
237
|
+
"mode": "create",
|
|
236
238
|
"type": "form-section",
|
|
237
|
-
"submitEvent": "NEXT",
|
|
238
239
|
"cancelEvent": "INIT",
|
|
239
240
|
"fields": [
|
|
240
241
|
"name",
|
|
241
242
|
"email"
|
|
242
243
|
],
|
|
243
|
-
"
|
|
244
|
+
"submitEvent": "NEXT"
|
|
244
245
|
},
|
|
245
246
|
{
|
|
246
247
|
"onNext": "NEXT",
|
|
248
|
+
"currentStep": 0.0,
|
|
247
249
|
"totalSteps": 3.0,
|
|
248
250
|
"type": "wizard-navigation",
|
|
249
251
|
"showBack": false,
|
|
250
252
|
"showNext": true,
|
|
251
|
-
"currentStep": 0.0,
|
|
252
253
|
"showComplete": false
|
|
253
254
|
}
|
|
254
255
|
],
|
|
256
|
+
"type": "stack",
|
|
255
257
|
"direction": "vertical",
|
|
256
|
-
"gap": "lg"
|
|
257
|
-
"className": "max-w-xl mx-auto w-full",
|
|
258
|
-
"type": "stack"
|
|
258
|
+
"gap": "lg"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
]
|
|
@@ -269,54 +269,54 @@
|
|
|
269
269
|
"render-ui",
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
|
+
"type": "stack",
|
|
272
273
|
"gap": "lg",
|
|
273
|
-
"direction": "vertical",
|
|
274
|
-
"className": "max-w-xl mx-auto w-full",
|
|
275
274
|
"children": [
|
|
276
275
|
{
|
|
277
|
-
"
|
|
276
|
+
"variant": "h2",
|
|
278
277
|
"content": "Sign-up",
|
|
279
|
-
"
|
|
278
|
+
"type": "typography"
|
|
280
279
|
},
|
|
281
280
|
{
|
|
282
|
-
"currentStep": 1.0,
|
|
283
281
|
"type": "wizard-progress",
|
|
284
282
|
"steps": [
|
|
285
283
|
"Personal",
|
|
286
284
|
"Preferences",
|
|
287
285
|
"Review"
|
|
288
|
-
]
|
|
286
|
+
],
|
|
287
|
+
"currentStep": 1.0
|
|
289
288
|
},
|
|
290
289
|
{
|
|
291
290
|
"type": "divider"
|
|
292
291
|
},
|
|
293
292
|
{
|
|
294
|
-
"variant": "h3",
|
|
295
293
|
"type": "typography",
|
|
294
|
+
"variant": "h3",
|
|
296
295
|
"content": "Preferences"
|
|
297
296
|
},
|
|
298
297
|
{
|
|
299
|
-
"entity": "@entity",
|
|
300
|
-
"submitEvent": "NEXT",
|
|
301
|
-
"type": "form-section",
|
|
302
298
|
"mode": "edit",
|
|
299
|
+
"type": "form-section",
|
|
300
|
+
"entity": "@entity",
|
|
303
301
|
"cancelEvent": "PREV",
|
|
302
|
+
"submitEvent": "NEXT",
|
|
304
303
|
"fields": [
|
|
305
304
|
"theme"
|
|
306
305
|
]
|
|
307
306
|
},
|
|
308
307
|
{
|
|
309
|
-
"currentStep": 1.0,
|
|
310
|
-
"showBack": true,
|
|
311
|
-
"onNext": "NEXT",
|
|
312
308
|
"showNext": true,
|
|
313
309
|
"onBack": "PREV",
|
|
314
310
|
"type": "wizard-navigation",
|
|
315
311
|
"totalSteps": 3.0,
|
|
312
|
+
"onNext": "NEXT",
|
|
313
|
+
"showBack": true,
|
|
314
|
+
"currentStep": 1.0,
|
|
316
315
|
"showComplete": false
|
|
317
316
|
}
|
|
318
317
|
],
|
|
319
|
-
"
|
|
318
|
+
"direction": "vertical",
|
|
319
|
+
"className": "max-w-xl mx-auto w-full"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
322
322
|
]
|
|
@@ -330,10 +330,10 @@
|
|
|
330
330
|
"render-ui",
|
|
331
331
|
"main",
|
|
332
332
|
{
|
|
333
|
-
"direction": "vertical",
|
|
334
|
-
"type": "stack",
|
|
335
333
|
"gap": "lg",
|
|
334
|
+
"type": "stack",
|
|
336
335
|
"className": "max-w-xl mx-auto w-full",
|
|
336
|
+
"direction": "vertical",
|
|
337
337
|
"children": [
|
|
338
338
|
{
|
|
339
339
|
"variant": "h2",
|
|
@@ -353,80 +353,80 @@
|
|
|
353
353
|
"type": "divider"
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
|
+
"type": "typography",
|
|
356
357
|
"content": "Review",
|
|
357
|
-
"variant": "h3"
|
|
358
|
-
"type": "typography"
|
|
358
|
+
"variant": "h3"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
+
"type": "stack",
|
|
362
|
+
"direction": "vertical",
|
|
363
|
+
"gap": "sm",
|
|
361
364
|
"children": [
|
|
362
365
|
{
|
|
363
|
-
"gap": "md",
|
|
364
|
-
"direction": "horizontal",
|
|
365
366
|
"justify": "between",
|
|
366
|
-
"type": "stack",
|
|
367
367
|
"children": [
|
|
368
368
|
{
|
|
369
|
-
"variant": "caption",
|
|
370
369
|
"content": "Name",
|
|
371
|
-
"type": "typography"
|
|
370
|
+
"type": "typography",
|
|
371
|
+
"variant": "caption"
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
"type": "typography",
|
|
375
374
|
"variant": "body",
|
|
376
|
-
"content": "@entity.name"
|
|
375
|
+
"content": "@entity.name",
|
|
376
|
+
"type": "typography"
|
|
377
377
|
}
|
|
378
|
-
]
|
|
379
|
-
},
|
|
380
|
-
{
|
|
378
|
+
],
|
|
381
379
|
"direction": "horizontal",
|
|
382
|
-
"gap": "md",
|
|
383
|
-
"justify": "between",
|
|
384
380
|
"type": "stack",
|
|
381
|
+
"gap": "md"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
385
384
|
"children": [
|
|
386
385
|
{
|
|
387
|
-
"type": "typography",
|
|
388
386
|
"content": "Email",
|
|
387
|
+
"type": "typography",
|
|
389
388
|
"variant": "caption"
|
|
390
389
|
},
|
|
391
390
|
{
|
|
392
391
|
"content": "@entity.email",
|
|
393
|
-
"
|
|
394
|
-
"
|
|
392
|
+
"variant": "body",
|
|
393
|
+
"type": "typography"
|
|
395
394
|
}
|
|
396
|
-
]
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"gap": "md",
|
|
400
|
-
"direction": "horizontal",
|
|
395
|
+
],
|
|
401
396
|
"justify": "between",
|
|
397
|
+
"direction": "horizontal",
|
|
402
398
|
"type": "stack",
|
|
399
|
+
"gap": "md"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
403
402
|
"children": [
|
|
404
403
|
{
|
|
405
|
-
"type": "typography",
|
|
406
404
|
"variant": "caption",
|
|
405
|
+
"type": "typography",
|
|
407
406
|
"content": "Theme"
|
|
408
407
|
},
|
|
409
408
|
{
|
|
410
|
-
"type": "typography",
|
|
411
409
|
"variant": "body",
|
|
410
|
+
"type": "typography",
|
|
412
411
|
"content": "@entity.theme"
|
|
413
412
|
}
|
|
414
|
-
]
|
|
413
|
+
],
|
|
414
|
+
"direction": "horizontal",
|
|
415
|
+
"gap": "md",
|
|
416
|
+
"justify": "between",
|
|
417
|
+
"type": "stack"
|
|
415
418
|
}
|
|
416
|
-
]
|
|
417
|
-
"gap": "sm",
|
|
418
|
-
"direction": "vertical",
|
|
419
|
-
"type": "stack"
|
|
419
|
+
]
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
|
-
"
|
|
422
|
+
"currentStep": 2.0,
|
|
423
423
|
"onComplete": "COMPLETE",
|
|
424
|
-
"type": "wizard-navigation",
|
|
425
424
|
"totalSteps": 3.0,
|
|
426
|
-
"currentStep": 2.0,
|
|
427
|
-
"showBack": true,
|
|
428
425
|
"onBack": "PREV",
|
|
429
|
-
"
|
|
426
|
+
"showBack": true,
|
|
427
|
+
"type": "wizard-navigation",
|
|
428
|
+
"showNext": false,
|
|
429
|
+
"showComplete": true
|
|
430
430
|
}
|
|
431
431
|
]
|
|
432
432
|
}
|
|
@@ -442,9 +442,7 @@
|
|
|
442
442
|
"render-ui",
|
|
443
443
|
"main",
|
|
444
444
|
{
|
|
445
|
-
"className": "max-w-xl mx-auto w-full",
|
|
446
445
|
"type": "stack",
|
|
447
|
-
"gap": "lg",
|
|
448
446
|
"children": [
|
|
449
447
|
{
|
|
450
448
|
"type": "typography",
|
|
@@ -452,13 +450,13 @@
|
|
|
452
450
|
"variant": "h2"
|
|
453
451
|
},
|
|
454
452
|
{
|
|
455
|
-
"type": "wizard-progress",
|
|
456
453
|
"steps": [
|
|
457
454
|
"Personal",
|
|
458
455
|
"Preferences",
|
|
459
456
|
"Review"
|
|
460
457
|
],
|
|
461
|
-
"currentStep": 0.0
|
|
458
|
+
"currentStep": 0.0,
|
|
459
|
+
"type": "wizard-progress"
|
|
462
460
|
},
|
|
463
461
|
{
|
|
464
462
|
"type": "divider"
|
|
@@ -469,26 +467,28 @@
|
|
|
469
467
|
"content": "Personal Info"
|
|
470
468
|
},
|
|
471
469
|
{
|
|
472
|
-
"type": "form-section",
|
|
473
|
-
"entity": "@entity",
|
|
474
|
-
"submitEvent": "NEXT",
|
|
475
|
-
"cancelEvent": "INIT",
|
|
476
470
|
"fields": [
|
|
477
471
|
"name",
|
|
478
472
|
"email"
|
|
479
473
|
],
|
|
480
|
-
"mode": "edit"
|
|
474
|
+
"mode": "edit",
|
|
475
|
+
"type": "form-section",
|
|
476
|
+
"cancelEvent": "INIT",
|
|
477
|
+
"entity": "@entity",
|
|
478
|
+
"submitEvent": "NEXT"
|
|
481
479
|
},
|
|
482
480
|
{
|
|
481
|
+
"currentStep": 0.0,
|
|
483
482
|
"type": "wizard-navigation",
|
|
484
|
-
"
|
|
483
|
+
"showNext": true,
|
|
485
484
|
"showBack": false,
|
|
486
|
-
"onNext": "NEXT",
|
|
487
|
-
"currentStep": 0.0,
|
|
488
485
|
"totalSteps": 3.0,
|
|
489
|
-
"
|
|
486
|
+
"showComplete": false,
|
|
487
|
+
"onNext": "NEXT"
|
|
490
488
|
}
|
|
491
489
|
],
|
|
490
|
+
"gap": "lg",
|
|
491
|
+
"className": "max-w-xl mx-auto w-full",
|
|
492
492
|
"direction": "vertical"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
@@ -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
|
],
|
|
@@ -516,21 +516,21 @@
|
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
518
|
"direction": "vertical",
|
|
519
|
-
"type": "stack",
|
|
520
|
-
"className": "max-w-xl mx-auto w-full py-12",
|
|
521
519
|
"children": [
|
|
522
520
|
{
|
|
523
521
|
"type": "spinner"
|
|
524
522
|
},
|
|
525
523
|
{
|
|
526
|
-
"
|
|
527
|
-
"color": "muted",
|
|
524
|
+
"variant": "caption",
|
|
528
525
|
"type": "typography",
|
|
529
|
-
"
|
|
526
|
+
"color": "muted",
|
|
527
|
+
"content": "Completing sign-up…"
|
|
530
528
|
}
|
|
531
529
|
],
|
|
532
530
|
"align": "center",
|
|
533
|
-
"
|
|
531
|
+
"type": "stack",
|
|
532
|
+
"gap": "lg",
|
|
533
|
+
"className": "max-w-xl mx-auto w-full py-12"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,54 +544,54 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"
|
|
547
|
+
"direction": "vertical",
|
|
548
548
|
"children": [
|
|
549
549
|
{
|
|
550
|
+
"variant": "h2",
|
|
550
551
|
"content": "Sign-up",
|
|
551
|
-
"type": "typography"
|
|
552
|
-
"variant": "h2"
|
|
552
|
+
"type": "typography"
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
|
-
"type": "wizard-progress",
|
|
556
|
-
"currentStep": 1.0,
|
|
557
555
|
"steps": [
|
|
558
556
|
"Personal",
|
|
559
557
|
"Preferences",
|
|
560
558
|
"Review"
|
|
561
|
-
]
|
|
559
|
+
],
|
|
560
|
+
"currentStep": 1.0,
|
|
561
|
+
"type": "wizard-progress"
|
|
562
562
|
},
|
|
563
563
|
{
|
|
564
564
|
"type": "divider"
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
|
-
"type": "typography",
|
|
568
567
|
"variant": "h3",
|
|
569
|
-
"content": "Preferences"
|
|
568
|
+
"content": "Preferences",
|
|
569
|
+
"type": "typography"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
-
"submitEvent": "NEXT",
|
|
573
572
|
"entity": "@entity",
|
|
573
|
+
"submitEvent": "NEXT",
|
|
574
|
+
"mode": "edit",
|
|
575
|
+
"type": "form-section",
|
|
574
576
|
"cancelEvent": "PREV",
|
|
575
577
|
"fields": [
|
|
576
578
|
"theme"
|
|
577
|
-
]
|
|
578
|
-
"type": "form-section",
|
|
579
|
-
"mode": "edit"
|
|
579
|
+
]
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
|
+
"showBack": true,
|
|
583
|
+
"onNext": "NEXT",
|
|
582
584
|
"currentStep": 1.0,
|
|
585
|
+
"totalSteps": 3.0,
|
|
583
586
|
"type": "wizard-navigation",
|
|
584
|
-
"showBack": true,
|
|
585
|
-
"onBack": "PREV",
|
|
586
587
|
"showNext": true,
|
|
587
|
-
"
|
|
588
|
-
"showComplete": false
|
|
589
|
-
"totalSteps": 3.0
|
|
588
|
+
"onBack": "PREV",
|
|
589
|
+
"showComplete": false
|
|
590
590
|
}
|
|
591
591
|
],
|
|
592
|
-
"
|
|
592
|
+
"type": "stack",
|
|
593
593
|
"className": "max-w-xl mx-auto w-full",
|
|
594
|
-
"
|
|
594
|
+
"gap": "lg"
|
|
595
595
|
}
|
|
596
596
|
]
|
|
597
597
|
]
|
|
@@ -606,9 +606,6 @@
|
|
|
606
606
|
"main",
|
|
607
607
|
{
|
|
608
608
|
"gap": "lg",
|
|
609
|
-
"align": "center",
|
|
610
|
-
"type": "stack",
|
|
611
|
-
"className": "max-w-xl mx-auto w-full py-12",
|
|
612
609
|
"children": [
|
|
613
610
|
{
|
|
614
611
|
"type": "icon",
|
|
@@ -620,20 +617,23 @@
|
|
|
620
617
|
"content": "Welcome!"
|
|
621
618
|
},
|
|
622
619
|
{
|
|
623
|
-
"variant": "body",
|
|
624
|
-
"color": "muted",
|
|
625
620
|
"content": "Your account has been created.",
|
|
626
|
-
"
|
|
621
|
+
"variant": "body",
|
|
622
|
+
"type": "typography",
|
|
623
|
+
"color": "muted"
|
|
627
624
|
},
|
|
628
625
|
{
|
|
629
|
-
"variant": "ghost",
|
|
630
|
-
"icon": "rotate-ccw",
|
|
631
626
|
"type": "button",
|
|
632
627
|
"label": "Start Over",
|
|
633
|
-
"action": "RESTART"
|
|
628
|
+
"action": "RESTART",
|
|
629
|
+
"variant": "ghost",
|
|
630
|
+
"icon": "rotate-ccw"
|
|
634
631
|
}
|
|
635
632
|
],
|
|
636
|
-
"
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"direction": "vertical",
|
|
635
|
+
"align": "center",
|
|
636
|
+
"className": "max-w-xl mx-auto w-full py-12"
|
|
637
637
|
}
|
|
638
638
|
]
|
|
639
639
|
]
|
|
@@ -649,33 +649,33 @@
|
|
|
649
649
|
{
|
|
650
650
|
"children": [
|
|
651
651
|
{
|
|
652
|
+
"color": "destructive",
|
|
652
653
|
"type": "icon",
|
|
653
|
-
"name": "alert-triangle"
|
|
654
|
-
"color": "destructive"
|
|
654
|
+
"name": "alert-triangle"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"type": "typography",
|
|
658
657
|
"variant": "h2",
|
|
658
|
+
"type": "typography",
|
|
659
659
|
"content": "Sign-up Failed"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
|
-
"type": "alert",
|
|
663
662
|
"variant": "error",
|
|
663
|
+
"type": "alert",
|
|
664
664
|
"message": "@payload.error"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
|
-
"label": "Retry",
|
|
668
|
-
"type": "button",
|
|
669
|
-
"variant": "primary",
|
|
670
667
|
"icon": "refresh-cw",
|
|
671
|
-
"
|
|
668
|
+
"variant": "primary",
|
|
669
|
+
"label": "Retry",
|
|
670
|
+
"action": "COMPLETE",
|
|
671
|
+
"type": "button"
|
|
672
672
|
}
|
|
673
673
|
],
|
|
674
|
+
"className": "max-w-xl mx-auto w-full py-12",
|
|
674
675
|
"align": "center",
|
|
675
|
-
"gap": "lg",
|
|
676
676
|
"direction": "vertical",
|
|
677
|
-
"
|
|
678
|
-
"
|
|
677
|
+
"gap": "lg",
|
|
678
|
+
"type": "stack"
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
681
|
]
|
|
@@ -689,23 +689,20 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
-
"gap": "lg",
|
|
693
|
-
"className": "max-w-xl mx-auto w-full",
|
|
694
|
-
"type": "stack",
|
|
695
692
|
"children": [
|
|
696
693
|
{
|
|
697
|
-
"
|
|
694
|
+
"type": "typography",
|
|
698
695
|
"content": "Sign-up",
|
|
699
|
-
"
|
|
696
|
+
"variant": "h2"
|
|
700
697
|
},
|
|
701
698
|
{
|
|
702
|
-
"type": "wizard-progress",
|
|
703
|
-
"currentStep": 0.0,
|
|
704
699
|
"steps": [
|
|
705
700
|
"Personal",
|
|
706
701
|
"Preferences",
|
|
707
702
|
"Review"
|
|
708
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"currentStep": 0.0,
|
|
705
|
+
"type": "wizard-progress"
|
|
709
706
|
},
|
|
710
707
|
{
|
|
711
708
|
"type": "divider"
|
|
@@ -718,24 +715,27 @@
|
|
|
718
715
|
{
|
|
719
716
|
"type": "form-section",
|
|
720
717
|
"mode": "create",
|
|
718
|
+
"submitEvent": "NEXT",
|
|
721
719
|
"cancelEvent": "INIT",
|
|
722
720
|
"fields": [
|
|
723
721
|
"name",
|
|
724
722
|
"email"
|
|
725
|
-
]
|
|
726
|
-
"submitEvent": "NEXT"
|
|
723
|
+
]
|
|
727
724
|
},
|
|
728
725
|
{
|
|
729
|
-
"showBack": false,
|
|
730
|
-
"showNext": true,
|
|
731
|
-
"type": "wizard-navigation",
|
|
732
726
|
"showComplete": false,
|
|
727
|
+
"type": "wizard-navigation",
|
|
733
728
|
"currentStep": 0.0,
|
|
729
|
+
"showNext": true,
|
|
734
730
|
"onNext": "NEXT",
|
|
735
|
-
"totalSteps": 3.0
|
|
731
|
+
"totalSteps": 3.0,
|
|
732
|
+
"showBack": false
|
|
736
733
|
}
|
|
737
734
|
],
|
|
738
|
-
"
|
|
735
|
+
"type": "stack",
|
|
736
|
+
"direction": "vertical",
|
|
737
|
+
"gap": "lg",
|
|
738
|
+
"className": "max-w-xl mx-auto w-full"
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
]
|
|
@@ -758,4 +758,4 @@
|
|
|
758
758
|
]
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
|
-
}
|
|
761
|
+
}
|