@almadar/std 9.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -370,25 +370,25 @@
|
|
|
370
370
|
{
|
|
371
371
|
"gap": "lg",
|
|
372
372
|
"direction": "vertical",
|
|
373
|
-
"align": "center",
|
|
374
373
|
"type": "stack",
|
|
374
|
+
"align": "center",
|
|
375
375
|
"children": [
|
|
376
376
|
{
|
|
377
|
-
"
|
|
378
|
-
"align": "center",
|
|
377
|
+
"direction": "horizontal",
|
|
379
378
|
"children": [
|
|
380
379
|
{
|
|
381
|
-
"
|
|
382
|
-
"
|
|
380
|
+
"type": "icon",
|
|
381
|
+
"name": "lock"
|
|
383
382
|
},
|
|
384
383
|
{
|
|
384
|
+
"type": "typography",
|
|
385
385
|
"variant": "h2",
|
|
386
|
-
"content": "Sign In"
|
|
387
|
-
"type": "typography"
|
|
386
|
+
"content": "Sign In"
|
|
388
387
|
}
|
|
389
388
|
],
|
|
390
|
-
"
|
|
391
|
-
"
|
|
389
|
+
"align": "center",
|
|
390
|
+
"type": "stack",
|
|
391
|
+
"gap": "md"
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"type": "divider"
|
|
@@ -396,12 +396,12 @@
|
|
|
396
396
|
{
|
|
397
397
|
"options": [
|
|
398
398
|
{
|
|
399
|
-
"
|
|
400
|
-
"
|
|
399
|
+
"label": "Google",
|
|
400
|
+
"value": "google"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
403
|
+
"label": "GitHub",
|
|
404
|
+
"value": "github"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"label": "Microsoft",
|
|
@@ -412,9 +412,9 @@
|
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
"type": "button",
|
|
415
|
-
"variant": "primary",
|
|
416
|
-
"label": "Login",
|
|
417
415
|
"icon": "log-in",
|
|
416
|
+
"label": "Login",
|
|
417
|
+
"variant": "primary",
|
|
418
418
|
"action": "LOGIN"
|
|
419
419
|
}
|
|
420
420
|
]
|
|
@@ -432,8 +432,8 @@
|
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
434
|
"title": "Authorizing...",
|
|
435
|
-
"
|
|
436
|
-
"
|
|
435
|
+
"message": "Redirecting to provider for authorization.",
|
|
436
|
+
"type": "loading-state"
|
|
437
437
|
}
|
|
438
438
|
],
|
|
439
439
|
[
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
452
|
+
"failure": "ServiceOauthOauthFailed",
|
|
453
|
+
"success": "ServiceOauthOauthCompleted"
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -470,38 +470,38 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
-
"
|
|
474
|
-
"gap": "lg",
|
|
473
|
+
"type": "stack",
|
|
475
474
|
"direction": "vertical",
|
|
475
|
+
"gap": "lg",
|
|
476
|
+
"align": "center",
|
|
476
477
|
"children": [
|
|
477
478
|
{
|
|
478
|
-
"
|
|
479
|
-
"
|
|
479
|
+
"name": "external-link",
|
|
480
|
+
"type": "icon"
|
|
480
481
|
},
|
|
481
482
|
{
|
|
482
|
-
"content": "Authorization Required",
|
|
483
483
|
"variant": "h2",
|
|
484
|
-
"type": "typography"
|
|
484
|
+
"type": "typography",
|
|
485
|
+
"content": "Authorization Required"
|
|
485
486
|
},
|
|
486
487
|
{
|
|
488
|
+
"content": "@entity.authUrl",
|
|
487
489
|
"variant": "body",
|
|
488
|
-
"color": "muted",
|
|
489
490
|
"type": "typography",
|
|
490
|
-
"
|
|
491
|
+
"color": "muted"
|
|
491
492
|
},
|
|
492
493
|
{
|
|
493
|
-
"
|
|
494
|
-
"
|
|
494
|
+
"placeholder": "Paste authorization code here",
|
|
495
|
+
"type": "input"
|
|
495
496
|
},
|
|
496
497
|
{
|
|
497
|
-
"type": "button",
|
|
498
|
-
"variant": "primary",
|
|
499
|
-
"icon": "check",
|
|
500
498
|
"label": "Submit",
|
|
501
|
-
"
|
|
499
|
+
"icon": "check",
|
|
500
|
+
"action": "CALLBACK",
|
|
501
|
+
"variant": "primary",
|
|
502
|
+
"type": "button"
|
|
502
503
|
}
|
|
503
|
-
]
|
|
504
|
-
"type": "stack"
|
|
504
|
+
]
|
|
505
505
|
}
|
|
506
506
|
]
|
|
507
507
|
]
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
"emit": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
523
|
+
"failure": "ServiceOauthOauthFailed",
|
|
524
|
+
"success": "ServiceOauthOauthCompleted"
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
],
|
|
@@ -531,41 +531,41 @@
|
|
|
531
531
|
{
|
|
532
532
|
"direction": "vertical",
|
|
533
533
|
"type": "stack",
|
|
534
|
-
"align": "center",
|
|
535
534
|
"children": [
|
|
536
535
|
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
536
|
+
"type": "icon",
|
|
537
|
+
"name": "check-circle"
|
|
539
538
|
},
|
|
540
539
|
{
|
|
540
|
+
"message": "Authenticated successfully",
|
|
541
541
|
"type": "alert",
|
|
542
|
-
"variant": "success"
|
|
543
|
-
"message": "Authenticated successfully"
|
|
542
|
+
"variant": "success"
|
|
544
543
|
},
|
|
545
544
|
{
|
|
546
545
|
"type": "stack",
|
|
547
|
-
"direction": "horizontal",
|
|
548
|
-
"gap": "sm",
|
|
549
|
-
"justify": "center",
|
|
550
546
|
"children": [
|
|
551
547
|
{
|
|
552
|
-
"action": "REFRESH",
|
|
553
548
|
"label": "Refresh Token",
|
|
554
549
|
"variant": "ghost",
|
|
550
|
+
"icon": "refresh-cw",
|
|
555
551
|
"type": "button",
|
|
556
|
-
"
|
|
552
|
+
"action": "REFRESH"
|
|
557
553
|
},
|
|
558
554
|
{
|
|
559
|
-
"icon": "log-out",
|
|
560
|
-
"type": "button",
|
|
561
555
|
"variant": "ghost",
|
|
562
556
|
"action": "LOGOUT",
|
|
557
|
+
"icon": "log-out",
|
|
558
|
+
"type": "button",
|
|
563
559
|
"label": "Logout"
|
|
564
560
|
}
|
|
565
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"gap": "sm",
|
|
563
|
+
"direction": "horizontal",
|
|
564
|
+
"justify": "center"
|
|
566
565
|
}
|
|
567
566
|
],
|
|
568
|
-
"gap": "lg"
|
|
567
|
+
"gap": "lg",
|
|
568
|
+
"align": "center"
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -584,24 +584,24 @@
|
|
|
584
584
|
"render-ui",
|
|
585
585
|
"main",
|
|
586
586
|
{
|
|
587
|
+
"type": "stack",
|
|
587
588
|
"direction": "vertical",
|
|
589
|
+
"align": "center",
|
|
588
590
|
"children": [
|
|
589
591
|
{
|
|
590
|
-
"title": "Authentication Failed",
|
|
591
592
|
"type": "error-state",
|
|
593
|
+
"title": "Authentication Failed",
|
|
592
594
|
"message": "@entity.error",
|
|
593
595
|
"onRetry": "RETRY"
|
|
594
596
|
},
|
|
595
597
|
{
|
|
598
|
+
"type": "button",
|
|
596
599
|
"label": "Try Again",
|
|
597
|
-
"
|
|
600
|
+
"action": "RETRY",
|
|
598
601
|
"icon": "rotate-ccw",
|
|
599
|
-
"
|
|
600
|
-
"action": "RETRY"
|
|
602
|
+
"variant": "primary"
|
|
601
603
|
}
|
|
602
604
|
],
|
|
603
|
-
"align": "center",
|
|
604
|
-
"type": "stack",
|
|
605
605
|
"gap": "lg"
|
|
606
606
|
}
|
|
607
607
|
]
|
|
@@ -635,39 +635,39 @@
|
|
|
635
635
|
"gap": "lg",
|
|
636
636
|
"children": [
|
|
637
637
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
638
|
+
"name": "check-circle",
|
|
639
|
+
"type": "icon"
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
|
-
"variant": "success",
|
|
643
642
|
"type": "alert",
|
|
643
|
+
"variant": "success",
|
|
644
644
|
"message": "Authenticated successfully"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
+
"direction": "horizontal",
|
|
647
648
|
"justify": "center",
|
|
648
649
|
"type": "stack",
|
|
650
|
+
"gap": "sm",
|
|
649
651
|
"children": [
|
|
650
652
|
{
|
|
651
|
-
"label": "Refresh Token",
|
|
652
653
|
"icon": "refresh-cw",
|
|
653
654
|
"type": "button",
|
|
655
|
+
"label": "Refresh Token",
|
|
654
656
|
"variant": "ghost",
|
|
655
657
|
"action": "REFRESH"
|
|
656
658
|
},
|
|
657
659
|
{
|
|
658
|
-
"
|
|
659
|
-
"variant": "ghost",
|
|
660
|
+
"icon": "log-out",
|
|
660
661
|
"type": "button",
|
|
662
|
+
"action": "LOGOUT",
|
|
661
663
|
"label": "Logout",
|
|
662
|
-
"
|
|
664
|
+
"variant": "ghost"
|
|
663
665
|
}
|
|
664
|
-
]
|
|
665
|
-
"gap": "sm",
|
|
666
|
-
"direction": "horizontal"
|
|
666
|
+
]
|
|
667
667
|
}
|
|
668
668
|
],
|
|
669
|
-
"
|
|
670
|
-
"
|
|
669
|
+
"type": "stack",
|
|
670
|
+
"direction": "vertical"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
673
|
]
|
|
@@ -681,9 +681,9 @@
|
|
|
681
681
|
"render-ui",
|
|
682
682
|
"main",
|
|
683
683
|
{
|
|
684
|
-
"
|
|
684
|
+
"message": "Obtaining a new access token.",
|
|
685
685
|
"title": "Refreshing token...",
|
|
686
|
-
"
|
|
686
|
+
"type": "loading-state"
|
|
687
687
|
}
|
|
688
688
|
],
|
|
689
689
|
[
|
|
@@ -695,8 +695,8 @@
|
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
697
|
"emit": {
|
|
698
|
-
"
|
|
699
|
-
"
|
|
698
|
+
"failure": "ServiceOauthOauthFailed",
|
|
699
|
+
"success": "ServiceOauthOauthCompleted"
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
702
|
]
|
|
@@ -716,23 +716,27 @@
|
|
|
716
716
|
"render-ui",
|
|
717
717
|
"main",
|
|
718
718
|
{
|
|
719
|
+
"align": "center",
|
|
720
|
+
"direction": "vertical",
|
|
721
|
+
"type": "stack",
|
|
722
|
+
"gap": "lg",
|
|
719
723
|
"children": [
|
|
720
724
|
{
|
|
721
725
|
"direction": "horizontal",
|
|
722
|
-
"
|
|
726
|
+
"gap": "md",
|
|
723
727
|
"children": [
|
|
724
728
|
{
|
|
725
729
|
"type": "icon",
|
|
726
730
|
"name": "lock"
|
|
727
731
|
},
|
|
728
732
|
{
|
|
729
|
-
"type": "typography",
|
|
730
733
|
"content": "Sign In",
|
|
731
|
-
"variant": "h2"
|
|
734
|
+
"variant": "h2",
|
|
735
|
+
"type": "typography"
|
|
732
736
|
}
|
|
733
737
|
],
|
|
734
738
|
"align": "center",
|
|
735
|
-
"
|
|
739
|
+
"type": "stack"
|
|
736
740
|
},
|
|
737
741
|
{
|
|
738
742
|
"type": "divider"
|
|
@@ -741,8 +745,8 @@
|
|
|
741
745
|
"type": "select",
|
|
742
746
|
"options": [
|
|
743
747
|
{
|
|
744
|
-
"
|
|
745
|
-
"
|
|
748
|
+
"value": "google",
|
|
749
|
+
"label": "Google"
|
|
746
750
|
},
|
|
747
751
|
{
|
|
748
752
|
"label": "GitHub",
|
|
@@ -755,17 +759,13 @@
|
|
|
755
759
|
]
|
|
756
760
|
},
|
|
757
761
|
{
|
|
762
|
+
"label": "Login",
|
|
763
|
+
"action": "LOGIN",
|
|
758
764
|
"icon": "log-in",
|
|
759
|
-
"type": "button",
|
|
760
765
|
"variant": "primary",
|
|
761
|
-
"
|
|
762
|
-
"action": "LOGIN"
|
|
766
|
+
"type": "button"
|
|
763
767
|
}
|
|
764
|
-
]
|
|
765
|
-
"align": "center",
|
|
766
|
-
"type": "stack",
|
|
767
|
-
"direction": "vertical",
|
|
768
|
-
"gap": "lg"
|
|
768
|
+
]
|
|
769
769
|
}
|
|
770
770
|
]
|
|
771
771
|
]
|
|
@@ -785,12 +785,10 @@
|
|
|
785
785
|
"main",
|
|
786
786
|
{
|
|
787
787
|
"gap": "lg",
|
|
788
|
-
"direction": "vertical",
|
|
789
|
-
"type": "stack",
|
|
790
788
|
"children": [
|
|
791
789
|
{
|
|
792
|
-
"
|
|
793
|
-
"
|
|
790
|
+
"name": "check-circle",
|
|
791
|
+
"type": "icon"
|
|
794
792
|
},
|
|
795
793
|
{
|
|
796
794
|
"type": "alert",
|
|
@@ -798,29 +796,31 @@
|
|
|
798
796
|
"message": "Authenticated successfully"
|
|
799
797
|
},
|
|
800
798
|
{
|
|
799
|
+
"type": "stack",
|
|
800
|
+
"justify": "center",
|
|
801
801
|
"children": [
|
|
802
802
|
{
|
|
803
|
-
"variant": "ghost",
|
|
804
|
-
"label": "Refresh Token",
|
|
805
|
-
"icon": "refresh-cw",
|
|
806
803
|
"action": "REFRESH",
|
|
807
|
-
"
|
|
804
|
+
"label": "Refresh Token",
|
|
805
|
+
"type": "button",
|
|
806
|
+
"variant": "ghost",
|
|
807
|
+
"icon": "refresh-cw"
|
|
808
808
|
},
|
|
809
809
|
{
|
|
810
|
-
"
|
|
811
|
-
"label": "Logout",
|
|
810
|
+
"type": "button",
|
|
812
811
|
"action": "LOGOUT",
|
|
812
|
+
"label": "Logout",
|
|
813
813
|
"variant": "ghost",
|
|
814
|
-
"
|
|
814
|
+
"icon": "log-out"
|
|
815
815
|
}
|
|
816
816
|
],
|
|
817
|
-
"type": "stack",
|
|
818
|
-
"justify": "center",
|
|
819
817
|
"gap": "sm",
|
|
820
818
|
"direction": "horizontal"
|
|
821
819
|
}
|
|
822
820
|
],
|
|
823
|
-
"
|
|
821
|
+
"type": "stack",
|
|
822
|
+
"align": "center",
|
|
823
|
+
"direction": "vertical"
|
|
824
824
|
}
|
|
825
825
|
]
|
|
826
826
|
]
|
|
@@ -839,22 +839,22 @@
|
|
|
839
839
|
"render-ui",
|
|
840
840
|
"main",
|
|
841
841
|
{
|
|
842
|
+
"align": "center",
|
|
842
843
|
"type": "stack",
|
|
843
844
|
"direction": "vertical",
|
|
844
|
-
"align": "center",
|
|
845
845
|
"children": [
|
|
846
846
|
{
|
|
847
|
-
"title": "Authentication Failed",
|
|
848
|
-
"onRetry": "RETRY",
|
|
849
847
|
"type": "error-state",
|
|
850
|
-
"message": "@entity.error"
|
|
848
|
+
"message": "@entity.error",
|
|
849
|
+
"onRetry": "RETRY",
|
|
850
|
+
"title": "Authentication Failed"
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
853
|
"label": "Try Again",
|
|
854
|
-
"icon": "rotate-ccw",
|
|
855
|
-
"variant": "primary",
|
|
856
854
|
"action": "RETRY",
|
|
857
|
-
"type": "button"
|
|
855
|
+
"type": "button",
|
|
856
|
+
"icon": "rotate-ccw",
|
|
857
|
+
"variant": "primary"
|
|
858
858
|
}
|
|
859
859
|
],
|
|
860
860
|
"gap": "lg"
|
|
@@ -871,25 +871,26 @@
|
|
|
871
871
|
"render-ui",
|
|
872
872
|
"main",
|
|
873
873
|
{
|
|
874
|
+
"type": "stack",
|
|
875
|
+
"direction": "vertical",
|
|
874
876
|
"gap": "lg",
|
|
875
|
-
"align": "center",
|
|
876
877
|
"children": [
|
|
877
878
|
{
|
|
878
879
|
"direction": "horizontal",
|
|
879
|
-
"
|
|
880
|
+
"type": "stack",
|
|
881
|
+
"gap": "md",
|
|
880
882
|
"children": [
|
|
881
883
|
{
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
+
"type": "icon",
|
|
885
|
+
"name": "lock"
|
|
884
886
|
},
|
|
885
887
|
{
|
|
886
888
|
"variant": "h2",
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
+
"content": "Sign In",
|
|
890
|
+
"type": "typography"
|
|
889
891
|
}
|
|
890
892
|
],
|
|
891
|
-
"
|
|
892
|
-
"gap": "md"
|
|
893
|
+
"align": "center"
|
|
893
894
|
},
|
|
894
895
|
{
|
|
895
896
|
"type": "divider"
|
|
@@ -906,21 +907,20 @@
|
|
|
906
907
|
"value": "github"
|
|
907
908
|
},
|
|
908
909
|
{
|
|
909
|
-
"
|
|
910
|
-
"
|
|
910
|
+
"label": "Microsoft",
|
|
911
|
+
"value": "microsoft"
|
|
911
912
|
}
|
|
912
913
|
]
|
|
913
914
|
},
|
|
914
915
|
{
|
|
915
916
|
"type": "button",
|
|
916
917
|
"label": "Login",
|
|
917
|
-
"variant": "primary",
|
|
918
918
|
"action": "LOGIN",
|
|
919
|
-
"icon": "log-in"
|
|
919
|
+
"icon": "log-in",
|
|
920
|
+
"variant": "primary"
|
|
920
921
|
}
|
|
921
922
|
],
|
|
922
|
-
"
|
|
923
|
-
"type": "stack"
|
|
923
|
+
"align": "center"
|
|
924
924
|
}
|
|
925
925
|
]
|
|
926
926
|
]
|