@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
|
@@ -359,8 +359,8 @@
|
|
|
359
359
|
"ServiceOauth",
|
|
360
360
|
{
|
|
361
361
|
"emit": {
|
|
362
|
-
"
|
|
363
|
-
"
|
|
362
|
+
"success": "ServiceOauthLoaded",
|
|
363
|
+
"failure": "ServiceOauthLoadFailed"
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
],
|
|
@@ -368,12 +368,14 @@
|
|
|
368
368
|
"render-ui",
|
|
369
369
|
"main",
|
|
370
370
|
{
|
|
371
|
+
"gap": "lg",
|
|
372
|
+
"type": "stack",
|
|
371
373
|
"children": [
|
|
372
374
|
{
|
|
373
375
|
"children": [
|
|
374
376
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
+
"name": "lock",
|
|
378
|
+
"type": "icon"
|
|
377
379
|
},
|
|
378
380
|
{
|
|
379
381
|
"content": "Sign In",
|
|
@@ -381,15 +383,16 @@
|
|
|
381
383
|
"variant": "h2"
|
|
382
384
|
}
|
|
383
385
|
],
|
|
384
|
-
"type": "stack",
|
|
385
386
|
"direction": "horizontal",
|
|
386
387
|
"gap": "md",
|
|
387
|
-
"align": "center"
|
|
388
|
+
"align": "center",
|
|
389
|
+
"type": "stack"
|
|
388
390
|
},
|
|
389
391
|
{
|
|
390
392
|
"type": "divider"
|
|
391
393
|
},
|
|
392
394
|
{
|
|
395
|
+
"type": "select",
|
|
393
396
|
"options": [
|
|
394
397
|
{
|
|
395
398
|
"value": "google",
|
|
@@ -403,21 +406,18 @@
|
|
|
403
406
|
"label": "Microsoft",
|
|
404
407
|
"value": "microsoft"
|
|
405
408
|
}
|
|
406
|
-
]
|
|
407
|
-
"type": "select"
|
|
409
|
+
]
|
|
408
410
|
},
|
|
409
411
|
{
|
|
410
|
-
"label": "Login",
|
|
411
|
-
"type": "button",
|
|
412
|
-
"action": "LOGIN",
|
|
413
412
|
"variant": "primary",
|
|
413
|
+
"action": "LOGIN",
|
|
414
|
+
"type": "button",
|
|
415
|
+
"label": "Login",
|
|
414
416
|
"icon": "log-in"
|
|
415
417
|
}
|
|
416
418
|
],
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"gap": "lg",
|
|
420
|
-
"align": "center"
|
|
419
|
+
"align": "center",
|
|
420
|
+
"direction": "vertical"
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -431,8 +431,8 @@
|
|
|
431
431
|
"render-ui",
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
|
-
"title": "Authorizing...",
|
|
435
434
|
"type": "loading-state",
|
|
435
|
+
"title": "Authorizing...",
|
|
436
436
|
"message": "Redirecting to provider for authorization."
|
|
437
437
|
}
|
|
438
438
|
],
|
|
@@ -441,16 +441,16 @@
|
|
|
441
441
|
"oauth",
|
|
442
442
|
"authorize",
|
|
443
443
|
{
|
|
444
|
+
"provider": "@entity.provider",
|
|
444
445
|
"scopes": [
|
|
445
446
|
"openid",
|
|
446
447
|
"email"
|
|
447
|
-
]
|
|
448
|
-
"provider": "@entity.provider"
|
|
448
|
+
]
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
452
|
+
"failure": "ServiceOauthOauthFailed",
|
|
453
|
+
"success": "ServiceOauthOauthCompleted"
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -471,37 +471,37 @@
|
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
473
|
"type": "stack",
|
|
474
|
+
"direction": "vertical",
|
|
475
|
+
"align": "center",
|
|
474
476
|
"children": [
|
|
475
477
|
{
|
|
476
478
|
"type": "icon",
|
|
477
479
|
"name": "external-link"
|
|
478
480
|
},
|
|
479
481
|
{
|
|
482
|
+
"content": "Authorization Required",
|
|
480
483
|
"variant": "h2",
|
|
481
|
-
"type": "typography"
|
|
482
|
-
"content": "Authorization Required"
|
|
484
|
+
"type": "typography"
|
|
483
485
|
},
|
|
484
486
|
{
|
|
485
|
-
"
|
|
487
|
+
"content": "@entity.authUrl",
|
|
486
488
|
"variant": "body",
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
+
"color": "muted",
|
|
490
|
+
"type": "typography"
|
|
489
491
|
},
|
|
490
492
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
+
"type": "input",
|
|
494
|
+
"placeholder": "Paste authorization code here"
|
|
493
495
|
},
|
|
494
496
|
{
|
|
495
|
-
"label": "Submit",
|
|
496
497
|
"icon": "check",
|
|
497
|
-
"variant": "primary",
|
|
498
498
|
"action": "CALLBACK",
|
|
499
|
-
"type": "button"
|
|
499
|
+
"type": "button",
|
|
500
|
+
"label": "Submit",
|
|
501
|
+
"variant": "primary"
|
|
500
502
|
}
|
|
501
503
|
],
|
|
502
|
-
"
|
|
503
|
-
"gap": "lg",
|
|
504
|
-
"direction": "vertical"
|
|
504
|
+
"gap": "lg"
|
|
505
505
|
}
|
|
506
506
|
]
|
|
507
507
|
]
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
"emit": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
523
|
+
"success": "ServiceOauthOauthCompleted",
|
|
524
|
+
"failure": "ServiceOauthOauthFailed"
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
],
|
|
@@ -530,42 +530,42 @@
|
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
532
|
"align": "center",
|
|
533
|
-
"gap": "lg",
|
|
534
533
|
"direction": "vertical",
|
|
534
|
+
"type": "stack",
|
|
535
|
+
"gap": "lg",
|
|
535
536
|
"children": [
|
|
536
537
|
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
538
|
+
"type": "icon",
|
|
539
|
+
"name": "check-circle"
|
|
539
540
|
},
|
|
540
541
|
{
|
|
541
542
|
"variant": "success",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
543
|
+
"message": "Authenticated successfully",
|
|
544
|
+
"type": "alert"
|
|
544
545
|
},
|
|
545
546
|
{
|
|
547
|
+
"gap": "sm",
|
|
548
|
+
"type": "stack",
|
|
546
549
|
"direction": "horizontal",
|
|
547
550
|
"justify": "center",
|
|
548
551
|
"children": [
|
|
549
552
|
{
|
|
550
|
-
"label": "Refresh Token",
|
|
551
553
|
"icon": "refresh-cw",
|
|
552
|
-
"
|
|
554
|
+
"action": "REFRESH",
|
|
553
555
|
"variant": "ghost",
|
|
554
|
-
"
|
|
556
|
+
"type": "button",
|
|
557
|
+
"label": "Refresh Token"
|
|
555
558
|
},
|
|
556
559
|
{
|
|
560
|
+
"variant": "ghost",
|
|
557
561
|
"label": "Logout",
|
|
558
|
-
"action": "LOGOUT",
|
|
559
562
|
"type": "button",
|
|
560
|
-
"
|
|
561
|
-
"
|
|
563
|
+
"icon": "log-out",
|
|
564
|
+
"action": "LOGOUT"
|
|
562
565
|
}
|
|
563
|
-
]
|
|
564
|
-
"type": "stack",
|
|
565
|
-
"gap": "sm"
|
|
566
|
+
]
|
|
566
567
|
}
|
|
567
|
-
]
|
|
568
|
-
"type": "stack"
|
|
568
|
+
]
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -584,25 +584,25 @@
|
|
|
584
584
|
"render-ui",
|
|
585
585
|
"main",
|
|
586
586
|
{
|
|
587
|
+
"direction": "vertical",
|
|
587
588
|
"type": "stack",
|
|
589
|
+
"gap": "lg",
|
|
590
|
+
"align": "center",
|
|
588
591
|
"children": [
|
|
589
592
|
{
|
|
590
|
-
"title": "Authentication Failed",
|
|
591
593
|
"message": "@entity.error",
|
|
594
|
+
"onRetry": "RETRY",
|
|
592
595
|
"type": "error-state",
|
|
593
|
-
"
|
|
596
|
+
"title": "Authentication Failed"
|
|
594
597
|
},
|
|
595
598
|
{
|
|
596
|
-
"type": "button",
|
|
597
|
-
"label": "Try Again",
|
|
598
599
|
"variant": "primary",
|
|
600
|
+
"type": "button",
|
|
599
601
|
"icon": "rotate-ccw",
|
|
600
|
-
"action": "RETRY"
|
|
602
|
+
"action": "RETRY",
|
|
603
|
+
"label": "Try Again"
|
|
601
604
|
}
|
|
602
|
-
]
|
|
603
|
-
"gap": "lg",
|
|
604
|
-
"align": "center",
|
|
605
|
-
"direction": "vertical"
|
|
605
|
+
]
|
|
606
606
|
}
|
|
607
607
|
]
|
|
608
608
|
]
|
|
@@ -638,36 +638,36 @@
|
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
640
|
"message": "Authenticated successfully",
|
|
641
|
-
"
|
|
642
|
-
"
|
|
641
|
+
"type": "alert",
|
|
642
|
+
"variant": "success"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
645
|
"type": "stack",
|
|
646
646
|
"justify": "center",
|
|
647
|
-
"gap": "sm",
|
|
648
647
|
"children": [
|
|
649
648
|
{
|
|
650
|
-
"label": "Refresh Token",
|
|
651
|
-
"action": "REFRESH",
|
|
652
649
|
"type": "button",
|
|
650
|
+
"action": "REFRESH",
|
|
653
651
|
"variant": "ghost",
|
|
652
|
+
"label": "Refresh Token",
|
|
654
653
|
"icon": "refresh-cw"
|
|
655
654
|
},
|
|
656
655
|
{
|
|
656
|
+
"label": "Logout",
|
|
657
657
|
"variant": "ghost",
|
|
658
|
-
"action": "LOGOUT",
|
|
659
658
|
"type": "button",
|
|
660
|
-
"
|
|
659
|
+
"action": "LOGOUT",
|
|
661
660
|
"icon": "log-out"
|
|
662
661
|
}
|
|
663
662
|
],
|
|
664
|
-
"direction": "horizontal"
|
|
663
|
+
"direction": "horizontal",
|
|
664
|
+
"gap": "sm"
|
|
665
665
|
}
|
|
666
666
|
],
|
|
667
|
+
"gap": "lg",
|
|
667
668
|
"type": "stack",
|
|
668
|
-
"direction": "vertical",
|
|
669
669
|
"align": "center",
|
|
670
|
-
"
|
|
670
|
+
"direction": "vertical"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
673
|
]
|
|
@@ -681,8 +681,8 @@
|
|
|
681
681
|
"render-ui",
|
|
682
682
|
"main",
|
|
683
683
|
{
|
|
684
|
-
"title": "Refreshing token...",
|
|
685
684
|
"type": "loading-state",
|
|
685
|
+
"title": "Refreshing token...",
|
|
686
686
|
"message": "Obtaining a new access token."
|
|
687
687
|
}
|
|
688
688
|
],
|
|
@@ -716,9 +716,9 @@
|
|
|
716
716
|
"render-ui",
|
|
717
717
|
"main",
|
|
718
718
|
{
|
|
719
|
+
"direction": "vertical",
|
|
719
720
|
"align": "center",
|
|
720
721
|
"type": "stack",
|
|
721
|
-
"gap": "lg",
|
|
722
722
|
"children": [
|
|
723
723
|
{
|
|
724
724
|
"align": "center",
|
|
@@ -728,9 +728,9 @@
|
|
|
728
728
|
"name": "lock"
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
-
"
|
|
731
|
+
"variant": "h2",
|
|
732
732
|
"content": "Sign In",
|
|
733
|
-
"
|
|
733
|
+
"type": "typography"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
736
736
|
"type": "stack",
|
|
@@ -741,31 +741,31 @@
|
|
|
741
741
|
"type": "divider"
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
|
+
"type": "select",
|
|
744
745
|
"options": [
|
|
745
746
|
{
|
|
746
|
-
"
|
|
747
|
-
"
|
|
747
|
+
"label": "Google",
|
|
748
|
+
"value": "google"
|
|
748
749
|
},
|
|
749
750
|
{
|
|
750
|
-
"
|
|
751
|
-
"
|
|
751
|
+
"value": "github",
|
|
752
|
+
"label": "GitHub"
|
|
752
753
|
},
|
|
753
754
|
{
|
|
754
755
|
"value": "microsoft",
|
|
755
756
|
"label": "Microsoft"
|
|
756
757
|
}
|
|
757
|
-
]
|
|
758
|
-
"type": "select"
|
|
758
|
+
]
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
|
-
"action": "LOGIN",
|
|
762
|
-
"label": "Login",
|
|
763
761
|
"type": "button",
|
|
764
762
|
"icon": "log-in",
|
|
765
|
-
"
|
|
763
|
+
"action": "LOGIN",
|
|
764
|
+
"variant": "primary",
|
|
765
|
+
"label": "Login"
|
|
766
766
|
}
|
|
767
767
|
],
|
|
768
|
-
"
|
|
768
|
+
"gap": "lg"
|
|
769
769
|
}
|
|
770
770
|
]
|
|
771
771
|
]
|
|
@@ -785,13 +785,10 @@
|
|
|
785
785
|
"main",
|
|
786
786
|
{
|
|
787
787
|
"type": "stack",
|
|
788
|
-
"direction": "vertical",
|
|
789
|
-
"gap": "lg",
|
|
790
|
-
"align": "center",
|
|
791
788
|
"children": [
|
|
792
789
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
790
|
+
"name": "check-circle",
|
|
791
|
+
"type": "icon"
|
|
795
792
|
},
|
|
796
793
|
{
|
|
797
794
|
"variant": "success",
|
|
@@ -800,27 +797,30 @@
|
|
|
800
797
|
},
|
|
801
798
|
{
|
|
802
799
|
"gap": "sm",
|
|
800
|
+
"type": "stack",
|
|
803
801
|
"justify": "center",
|
|
804
|
-
"direction": "horizontal",
|
|
805
802
|
"children": [
|
|
806
803
|
{
|
|
807
804
|
"type": "button",
|
|
805
|
+
"icon": "refresh-cw",
|
|
808
806
|
"action": "REFRESH",
|
|
809
|
-
"variant": "ghost",
|
|
810
807
|
"label": "Refresh Token",
|
|
811
|
-
"
|
|
808
|
+
"variant": "ghost"
|
|
812
809
|
},
|
|
813
810
|
{
|
|
814
|
-
"action": "LOGOUT",
|
|
815
|
-
"type": "button",
|
|
816
811
|
"label": "Logout",
|
|
817
812
|
"icon": "log-out",
|
|
818
|
-
"
|
|
813
|
+
"type": "button",
|
|
814
|
+
"variant": "ghost",
|
|
815
|
+
"action": "LOGOUT"
|
|
819
816
|
}
|
|
820
817
|
],
|
|
821
|
-
"
|
|
818
|
+
"direction": "horizontal"
|
|
822
819
|
}
|
|
823
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"gap": "lg",
|
|
822
|
+
"direction": "vertical",
|
|
823
|
+
"align": "center"
|
|
824
824
|
}
|
|
825
825
|
]
|
|
826
826
|
]
|
|
@@ -839,15 +839,12 @@
|
|
|
839
839
|
"render-ui",
|
|
840
840
|
"main",
|
|
841
841
|
{
|
|
842
|
-
"type": "stack",
|
|
843
|
-
"direction": "vertical",
|
|
844
842
|
"gap": "lg",
|
|
845
|
-
"align": "center",
|
|
846
843
|
"children": [
|
|
847
844
|
{
|
|
845
|
+
"title": "Authentication Failed",
|
|
848
846
|
"type": "error-state",
|
|
849
847
|
"onRetry": "RETRY",
|
|
850
|
-
"title": "Authentication Failed",
|
|
851
848
|
"message": "@entity.error"
|
|
852
849
|
},
|
|
853
850
|
{
|
|
@@ -857,7 +854,10 @@
|
|
|
857
854
|
"variant": "primary",
|
|
858
855
|
"icon": "rotate-ccw"
|
|
859
856
|
}
|
|
860
|
-
]
|
|
857
|
+
],
|
|
858
|
+
"align": "center",
|
|
859
|
+
"direction": "vertical",
|
|
860
|
+
"type": "stack"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -871,25 +871,25 @@
|
|
|
871
871
|
"render-ui",
|
|
872
872
|
"main",
|
|
873
873
|
{
|
|
874
|
-
"
|
|
875
|
-
"direction": "vertical",
|
|
874
|
+
"type": "stack",
|
|
876
875
|
"align": "center",
|
|
876
|
+
"gap": "lg",
|
|
877
877
|
"children": [
|
|
878
878
|
{
|
|
879
|
+
"type": "stack",
|
|
879
880
|
"children": [
|
|
880
881
|
{
|
|
881
|
-
"
|
|
882
|
-
"
|
|
882
|
+
"type": "icon",
|
|
883
|
+
"name": "lock"
|
|
883
884
|
},
|
|
884
885
|
{
|
|
885
886
|
"type": "typography",
|
|
886
|
-
"
|
|
887
|
-
"
|
|
887
|
+
"content": "Sign In",
|
|
888
|
+
"variant": "h2"
|
|
888
889
|
}
|
|
889
890
|
],
|
|
890
|
-
"gap": "md",
|
|
891
891
|
"align": "center",
|
|
892
|
-
"
|
|
892
|
+
"gap": "md",
|
|
893
893
|
"direction": "horizontal"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
@@ -913,14 +913,14 @@
|
|
|
913
913
|
]
|
|
914
914
|
},
|
|
915
915
|
{
|
|
916
|
-
"variant": "primary",
|
|
917
|
-
"action": "LOGIN",
|
|
918
|
-
"type": "button",
|
|
919
916
|
"label": "Login",
|
|
920
|
-
"
|
|
917
|
+
"type": "button",
|
|
918
|
+
"variant": "primary",
|
|
919
|
+
"icon": "log-in",
|
|
920
|
+
"action": "LOGIN"
|
|
921
921
|
}
|
|
922
922
|
],
|
|
923
|
-
"
|
|
923
|
+
"direction": "vertical"
|
|
924
924
|
}
|
|
925
925
|
]
|
|
926
926
|
]
|
|
@@ -943,4 +943,4 @@
|
|
|
943
943
|
]
|
|
944
944
|
}
|
|
945
945
|
]
|
|
946
|
-
}
|
|
946
|
+
}
|