@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- 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,19 @@
|
|
|
368
368
|
"render-ui",
|
|
369
369
|
"main",
|
|
370
370
|
{
|
|
371
|
+
"gap": "lg",
|
|
372
|
+
"direction": "vertical",
|
|
373
|
+
"type": "stack",
|
|
374
|
+
"align": "center",
|
|
371
375
|
"children": [
|
|
372
376
|
{
|
|
377
|
+
"type": "stack",
|
|
378
|
+
"gap": "md",
|
|
379
|
+
"align": "center",
|
|
373
380
|
"children": [
|
|
374
381
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
382
|
+
"name": "lock",
|
|
383
|
+
"type": "icon"
|
|
377
384
|
},
|
|
378
385
|
{
|
|
379
386
|
"content": "Sign In",
|
|
@@ -381,10 +388,7 @@
|
|
|
381
388
|
"variant": "h2"
|
|
382
389
|
}
|
|
383
390
|
],
|
|
384
|
-
"
|
|
385
|
-
"direction": "horizontal",
|
|
386
|
-
"gap": "md",
|
|
387
|
-
"align": "center"
|
|
391
|
+
"direction": "horizontal"
|
|
388
392
|
},
|
|
389
393
|
{
|
|
390
394
|
"type": "divider"
|
|
@@ -408,16 +412,12 @@
|
|
|
408
412
|
},
|
|
409
413
|
{
|
|
410
414
|
"label": "Login",
|
|
411
|
-
"type": "button",
|
|
412
415
|
"action": "LOGIN",
|
|
413
|
-
"
|
|
414
|
-
"
|
|
416
|
+
"icon": "log-in",
|
|
417
|
+
"type": "button",
|
|
418
|
+
"variant": "primary"
|
|
415
419
|
}
|
|
416
|
-
]
|
|
417
|
-
"direction": "vertical",
|
|
418
|
-
"type": "stack",
|
|
419
|
-
"gap": "lg",
|
|
420
|
-
"align": "center"
|
|
420
|
+
]
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -431,9 +431,9 @@
|
|
|
431
431
|
"render-ui",
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
|
-
"
|
|
434
|
+
"message": "Redirecting to provider for authorization.",
|
|
435
435
|
"type": "loading-state",
|
|
436
|
-
"
|
|
436
|
+
"title": "Authorizing..."
|
|
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
|
-
"
|
|
473
|
+
"direction": "vertical",
|
|
474
|
+
"align": "center",
|
|
474
475
|
"children": [
|
|
475
476
|
{
|
|
476
|
-
"
|
|
477
|
-
"
|
|
477
|
+
"name": "external-link",
|
|
478
|
+
"type": "icon"
|
|
478
479
|
},
|
|
479
480
|
{
|
|
480
|
-
"variant": "h2",
|
|
481
481
|
"type": "typography",
|
|
482
|
+
"variant": "h2",
|
|
482
483
|
"content": "Authorization Required"
|
|
483
484
|
},
|
|
484
485
|
{
|
|
485
486
|
"color": "muted",
|
|
486
|
-
"variant": "body",
|
|
487
487
|
"type": "typography",
|
|
488
|
-
"content": "@entity.authUrl"
|
|
488
|
+
"content": "@entity.authUrl",
|
|
489
|
+
"variant": "body"
|
|
489
490
|
},
|
|
490
491
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
492
|
+
"type": "input",
|
|
493
|
+
"placeholder": "Paste authorization code here"
|
|
493
494
|
},
|
|
494
495
|
{
|
|
495
|
-
"label": "Submit",
|
|
496
496
|
"icon": "check",
|
|
497
|
-
"
|
|
497
|
+
"type": "button",
|
|
498
|
+
"label": "Submit",
|
|
498
499
|
"action": "CALLBACK",
|
|
499
|
-
"
|
|
500
|
+
"variant": "primary"
|
|
500
501
|
}
|
|
501
502
|
],
|
|
502
|
-
"align": "center",
|
|
503
503
|
"gap": "lg",
|
|
504
|
-
"
|
|
504
|
+
"type": "stack"
|
|
505
505
|
}
|
|
506
506
|
]
|
|
507
507
|
]
|
|
@@ -529,43 +529,43 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"align": "center",
|
|
533
532
|
"gap": "lg",
|
|
534
533
|
"direction": "vertical",
|
|
535
534
|
"children": [
|
|
536
535
|
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
536
|
+
"type": "icon",
|
|
537
|
+
"name": "check-circle"
|
|
539
538
|
},
|
|
540
539
|
{
|
|
541
540
|
"variant": "success",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
541
|
+
"message": "Authenticated successfully",
|
|
542
|
+
"type": "alert"
|
|
544
543
|
},
|
|
545
544
|
{
|
|
546
|
-
"direction": "horizontal",
|
|
547
545
|
"justify": "center",
|
|
546
|
+
"type": "stack",
|
|
547
|
+
"gap": "sm",
|
|
548
548
|
"children": [
|
|
549
549
|
{
|
|
550
|
-
"label": "Refresh Token",
|
|
551
|
-
"icon": "refresh-cw",
|
|
552
550
|
"type": "button",
|
|
553
|
-
"
|
|
554
|
-
"action": "REFRESH"
|
|
551
|
+
"icon": "refresh-cw",
|
|
552
|
+
"action": "REFRESH",
|
|
553
|
+
"label": "Refresh Token",
|
|
554
|
+
"variant": "ghost"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
|
+
"type": "button",
|
|
557
558
|
"label": "Logout",
|
|
558
559
|
"action": "LOGOUT",
|
|
559
|
-
"type": "button",
|
|
560
560
|
"variant": "ghost",
|
|
561
561
|
"icon": "log-out"
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
|
-
"
|
|
565
|
-
"gap": "sm"
|
|
564
|
+
"direction": "horizontal"
|
|
566
565
|
}
|
|
567
566
|
],
|
|
568
|
-
"type": "stack"
|
|
567
|
+
"type": "stack",
|
|
568
|
+
"align": "center"
|
|
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",
|
|
588
590
|
"children": [
|
|
589
591
|
{
|
|
592
|
+
"type": "error-state",
|
|
590
593
|
"title": "Authentication Failed",
|
|
591
594
|
"message": "@entity.error",
|
|
592
|
-
"type": "error-state",
|
|
593
595
|
"onRetry": "RETRY"
|
|
594
596
|
},
|
|
595
597
|
{
|
|
596
598
|
"type": "button",
|
|
599
|
+
"action": "RETRY",
|
|
597
600
|
"label": "Try Again",
|
|
598
601
|
"variant": "primary",
|
|
599
|
-
"icon": "rotate-ccw"
|
|
600
|
-
"action": "RETRY"
|
|
602
|
+
"icon": "rotate-ccw"
|
|
601
603
|
}
|
|
602
604
|
],
|
|
603
|
-
"
|
|
604
|
-
"align": "center",
|
|
605
|
-
"direction": "vertical"
|
|
605
|
+
"align": "center"
|
|
606
606
|
}
|
|
607
607
|
]
|
|
608
608
|
]
|
|
@@ -631,6 +631,8 @@
|
|
|
631
631
|
"render-ui",
|
|
632
632
|
"main",
|
|
633
633
|
{
|
|
634
|
+
"gap": "lg",
|
|
635
|
+
"direction": "vertical",
|
|
634
636
|
"children": [
|
|
635
637
|
{
|
|
636
638
|
"type": "icon",
|
|
@@ -638,36 +640,34 @@
|
|
|
638
640
|
},
|
|
639
641
|
{
|
|
640
642
|
"message": "Authenticated successfully",
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
+
"type": "alert",
|
|
644
|
+
"variant": "success"
|
|
643
645
|
},
|
|
644
646
|
{
|
|
647
|
+
"direction": "horizontal",
|
|
645
648
|
"type": "stack",
|
|
646
649
|
"justify": "center",
|
|
647
|
-
"gap": "sm",
|
|
648
650
|
"children": [
|
|
649
651
|
{
|
|
652
|
+
"icon": "refresh-cw",
|
|
653
|
+
"variant": "ghost",
|
|
650
654
|
"label": "Refresh Token",
|
|
651
|
-
"action": "REFRESH",
|
|
652
655
|
"type": "button",
|
|
653
|
-
"
|
|
654
|
-
"icon": "refresh-cw"
|
|
656
|
+
"action": "REFRESH"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"variant": "ghost",
|
|
658
|
-
"action": "LOGOUT",
|
|
659
659
|
"type": "button",
|
|
660
|
+
"action": "LOGOUT",
|
|
660
661
|
"label": "Logout",
|
|
662
|
+
"variant": "ghost",
|
|
661
663
|
"icon": "log-out"
|
|
662
664
|
}
|
|
663
665
|
],
|
|
664
|
-
"
|
|
666
|
+
"gap": "sm"
|
|
665
667
|
}
|
|
666
668
|
],
|
|
667
669
|
"type": "stack",
|
|
668
|
-
"
|
|
669
|
-
"align": "center",
|
|
670
|
-
"gap": "lg"
|
|
670
|
+
"align": "center"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
673
|
]
|
|
@@ -681,9 +681,9 @@
|
|
|
681
681
|
"render-ui",
|
|
682
682
|
"main",
|
|
683
683
|
{
|
|
684
|
+
"message": "Obtaining a new access token.",
|
|
684
685
|
"title": "Refreshing token...",
|
|
685
|
-
"type": "loading-state"
|
|
686
|
-
"message": "Obtaining a new access token."
|
|
686
|
+
"type": "loading-state"
|
|
687
687
|
}
|
|
688
688
|
],
|
|
689
689
|
[
|
|
@@ -717,30 +717,29 @@
|
|
|
717
717
|
"main",
|
|
718
718
|
{
|
|
719
719
|
"align": "center",
|
|
720
|
-
"type": "stack",
|
|
721
|
-
"gap": "lg",
|
|
722
720
|
"children": [
|
|
723
721
|
{
|
|
724
722
|
"align": "center",
|
|
723
|
+
"direction": "horizontal",
|
|
724
|
+
"gap": "md",
|
|
725
725
|
"children": [
|
|
726
726
|
{
|
|
727
727
|
"type": "icon",
|
|
728
728
|
"name": "lock"
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
-
"type": "typography",
|
|
732
731
|
"content": "Sign In",
|
|
732
|
+
"type": "typography",
|
|
733
733
|
"variant": "h2"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
736
|
-
"type": "stack"
|
|
737
|
-
"direction": "horizontal",
|
|
738
|
-
"gap": "md"
|
|
736
|
+
"type": "stack"
|
|
739
737
|
},
|
|
740
738
|
{
|
|
741
739
|
"type": "divider"
|
|
742
740
|
},
|
|
743
741
|
{
|
|
742
|
+
"type": "select",
|
|
744
743
|
"options": [
|
|
745
744
|
{
|
|
746
745
|
"value": "google",
|
|
@@ -754,17 +753,18 @@
|
|
|
754
753
|
"value": "microsoft",
|
|
755
754
|
"label": "Microsoft"
|
|
756
755
|
}
|
|
757
|
-
]
|
|
758
|
-
"type": "select"
|
|
756
|
+
]
|
|
759
757
|
},
|
|
760
758
|
{
|
|
759
|
+
"icon": "log-in",
|
|
761
760
|
"action": "LOGIN",
|
|
762
|
-
"label": "Login",
|
|
763
761
|
"type": "button",
|
|
764
|
-
"
|
|
762
|
+
"label": "Login",
|
|
765
763
|
"variant": "primary"
|
|
766
764
|
}
|
|
767
765
|
],
|
|
766
|
+
"gap": "lg",
|
|
767
|
+
"type": "stack",
|
|
768
768
|
"direction": "vertical"
|
|
769
769
|
}
|
|
770
770
|
]
|
|
@@ -785,8 +785,8 @@
|
|
|
785
785
|
"main",
|
|
786
786
|
{
|
|
787
787
|
"type": "stack",
|
|
788
|
-
"direction": "vertical",
|
|
789
788
|
"gap": "lg",
|
|
789
|
+
"direction": "vertical",
|
|
790
790
|
"align": "center",
|
|
791
791
|
"children": [
|
|
792
792
|
{
|
|
@@ -794,31 +794,31 @@
|
|
|
794
794
|
"name": "check-circle"
|
|
795
795
|
},
|
|
796
796
|
{
|
|
797
|
-
"
|
|
797
|
+
"type": "alert",
|
|
798
798
|
"message": "Authenticated successfully",
|
|
799
|
-
"
|
|
799
|
+
"variant": "success"
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
|
-
"
|
|
803
|
-
"justify": "center",
|
|
802
|
+
"type": "stack",
|
|
804
803
|
"direction": "horizontal",
|
|
804
|
+
"gap": "sm",
|
|
805
805
|
"children": [
|
|
806
806
|
{
|
|
807
|
-
"type": "button",
|
|
808
807
|
"action": "REFRESH",
|
|
809
|
-
"variant": "ghost",
|
|
810
808
|
"label": "Refresh Token",
|
|
811
|
-
"
|
|
809
|
+
"variant": "ghost",
|
|
810
|
+
"icon": "refresh-cw",
|
|
811
|
+
"type": "button"
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
|
-
"action": "LOGOUT",
|
|
815
814
|
"type": "button",
|
|
815
|
+
"action": "LOGOUT",
|
|
816
816
|
"label": "Logout",
|
|
817
817
|
"icon": "log-out",
|
|
818
818
|
"variant": "ghost"
|
|
819
819
|
}
|
|
820
820
|
],
|
|
821
|
-
"
|
|
821
|
+
"justify": "center"
|
|
822
822
|
}
|
|
823
823
|
]
|
|
824
824
|
}
|
|
@@ -839,25 +839,25 @@
|
|
|
839
839
|
"render-ui",
|
|
840
840
|
"main",
|
|
841
841
|
{
|
|
842
|
-
"type": "stack",
|
|
843
|
-
"direction": "vertical",
|
|
844
|
-
"gap": "lg",
|
|
845
|
-
"align": "center",
|
|
846
842
|
"children": [
|
|
847
843
|
{
|
|
848
844
|
"type": "error-state",
|
|
849
|
-
"
|
|
845
|
+
"message": "@entity.error",
|
|
850
846
|
"title": "Authentication Failed",
|
|
851
|
-
"
|
|
847
|
+
"onRetry": "RETRY"
|
|
852
848
|
},
|
|
853
849
|
{
|
|
850
|
+
"action": "RETRY",
|
|
854
851
|
"type": "button",
|
|
855
852
|
"label": "Try Again",
|
|
856
|
-
"
|
|
857
|
-
"variant": "primary"
|
|
858
|
-
"icon": "rotate-ccw"
|
|
853
|
+
"icon": "rotate-ccw",
|
|
854
|
+
"variant": "primary"
|
|
859
855
|
}
|
|
860
|
-
]
|
|
856
|
+
],
|
|
857
|
+
"direction": "vertical",
|
|
858
|
+
"align": "center",
|
|
859
|
+
"gap": "lg",
|
|
860
|
+
"type": "stack"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -872,35 +872,32 @@
|
|
|
872
872
|
"main",
|
|
873
873
|
{
|
|
874
874
|
"gap": "lg",
|
|
875
|
-
"direction": "vertical",
|
|
876
|
-
"align": "center",
|
|
877
875
|
"children": [
|
|
878
876
|
{
|
|
877
|
+
"direction": "horizontal",
|
|
878
|
+
"gap": "md",
|
|
879
879
|
"children": [
|
|
880
880
|
{
|
|
881
|
-
"
|
|
882
|
-
"
|
|
881
|
+
"type": "icon",
|
|
882
|
+
"name": "lock"
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
|
-
"type": "typography",
|
|
886
885
|
"variant": "h2",
|
|
887
|
-
"content": "Sign In"
|
|
886
|
+
"content": "Sign In",
|
|
887
|
+
"type": "typography"
|
|
888
888
|
}
|
|
889
889
|
],
|
|
890
|
-
"gap": "md",
|
|
891
|
-
"align": "center",
|
|
892
890
|
"type": "stack",
|
|
893
|
-
"
|
|
891
|
+
"align": "center"
|
|
894
892
|
},
|
|
895
893
|
{
|
|
896
894
|
"type": "divider"
|
|
897
895
|
},
|
|
898
896
|
{
|
|
899
|
-
"type": "select",
|
|
900
897
|
"options": [
|
|
901
898
|
{
|
|
902
|
-
"
|
|
903
|
-
"
|
|
899
|
+
"label": "Google",
|
|
900
|
+
"value": "google"
|
|
904
901
|
},
|
|
905
902
|
{
|
|
906
903
|
"label": "GitHub",
|
|
@@ -910,16 +907,19 @@
|
|
|
910
907
|
"label": "Microsoft",
|
|
911
908
|
"value": "microsoft"
|
|
912
909
|
}
|
|
913
|
-
]
|
|
910
|
+
],
|
|
911
|
+
"type": "select"
|
|
914
912
|
},
|
|
915
913
|
{
|
|
914
|
+
"icon": "log-in",
|
|
916
915
|
"variant": "primary",
|
|
917
|
-
"action": "LOGIN",
|
|
918
916
|
"type": "button",
|
|
919
917
|
"label": "Login",
|
|
920
|
-
"
|
|
918
|
+
"action": "LOGIN"
|
|
921
919
|
}
|
|
922
920
|
],
|
|
921
|
+
"align": "center",
|
|
922
|
+
"direction": "vertical",
|
|
923
923
|
"type": "stack"
|
|
924
924
|
}
|
|
925
925
|
]
|
|
@@ -943,4 +943,4 @@
|
|
|
943
943
|
]
|
|
944
944
|
}
|
|
945
945
|
]
|
|
946
|
-
}
|
|
946
|
+
}
|