@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -369,9 +369,14 @@
|
|
|
369
369
|
"main",
|
|
370
370
|
{
|
|
371
371
|
"gap": "lg",
|
|
372
|
+
"direction": "vertical",
|
|
372
373
|
"type": "stack",
|
|
374
|
+
"align": "center",
|
|
373
375
|
"children": [
|
|
374
376
|
{
|
|
377
|
+
"type": "stack",
|
|
378
|
+
"gap": "md",
|
|
379
|
+
"align": "center",
|
|
375
380
|
"children": [
|
|
376
381
|
{
|
|
377
382
|
"name": "lock",
|
|
@@ -383,16 +388,12 @@
|
|
|
383
388
|
"variant": "h2"
|
|
384
389
|
}
|
|
385
390
|
],
|
|
386
|
-
"direction": "horizontal"
|
|
387
|
-
"gap": "md",
|
|
388
|
-
"align": "center",
|
|
389
|
-
"type": "stack"
|
|
391
|
+
"direction": "horizontal"
|
|
390
392
|
},
|
|
391
393
|
{
|
|
392
394
|
"type": "divider"
|
|
393
395
|
},
|
|
394
396
|
{
|
|
395
|
-
"type": "select",
|
|
396
397
|
"options": [
|
|
397
398
|
{
|
|
398
399
|
"value": "google",
|
|
@@ -406,18 +407,17 @@
|
|
|
406
407
|
"label": "Microsoft",
|
|
407
408
|
"value": "microsoft"
|
|
408
409
|
}
|
|
409
|
-
]
|
|
410
|
+
],
|
|
411
|
+
"type": "select"
|
|
410
412
|
},
|
|
411
413
|
{
|
|
412
|
-
"
|
|
414
|
+
"label": "Login",
|
|
413
415
|
"action": "LOGIN",
|
|
416
|
+
"icon": "log-in",
|
|
414
417
|
"type": "button",
|
|
415
|
-
"
|
|
416
|
-
"icon": "log-in"
|
|
418
|
+
"variant": "primary"
|
|
417
419
|
}
|
|
418
|
-
]
|
|
419
|
-
"align": "center",
|
|
420
|
-
"direction": "vertical"
|
|
420
|
+
]
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -431,9 +431,9 @@
|
|
|
431
431
|
"render-ui",
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
|
+
"message": "Redirecting to provider for authorization.",
|
|
434
435
|
"type": "loading-state",
|
|
435
|
-
"title": "Authorizing..."
|
|
436
|
-
"message": "Redirecting to provider for authorization."
|
|
436
|
+
"title": "Authorizing..."
|
|
437
437
|
}
|
|
438
438
|
],
|
|
439
439
|
[
|
|
@@ -441,11 +441,11 @@
|
|
|
441
441
|
"oauth",
|
|
442
442
|
"authorize",
|
|
443
443
|
{
|
|
444
|
-
"provider": "@entity.provider",
|
|
445
444
|
"scopes": [
|
|
446
445
|
"openid",
|
|
447
446
|
"email"
|
|
448
|
-
]
|
|
447
|
+
],
|
|
448
|
+
"provider": "@entity.provider"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
@@ -470,24 +470,23 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
-
"type": "stack",
|
|
474
473
|
"direction": "vertical",
|
|
475
474
|
"align": "center",
|
|
476
475
|
"children": [
|
|
477
476
|
{
|
|
478
|
-
"
|
|
479
|
-
"
|
|
477
|
+
"name": "external-link",
|
|
478
|
+
"type": "icon"
|
|
480
479
|
},
|
|
481
480
|
{
|
|
482
|
-
"
|
|
481
|
+
"type": "typography",
|
|
483
482
|
"variant": "h2",
|
|
484
|
-
"
|
|
483
|
+
"content": "Authorization Required"
|
|
485
484
|
},
|
|
486
485
|
{
|
|
487
|
-
"content": "@entity.authUrl",
|
|
488
|
-
"variant": "body",
|
|
489
486
|
"color": "muted",
|
|
490
|
-
"type": "typography"
|
|
487
|
+
"type": "typography",
|
|
488
|
+
"content": "@entity.authUrl",
|
|
489
|
+
"variant": "body"
|
|
491
490
|
},
|
|
492
491
|
{
|
|
493
492
|
"type": "input",
|
|
@@ -495,13 +494,14 @@
|
|
|
495
494
|
},
|
|
496
495
|
{
|
|
497
496
|
"icon": "check",
|
|
498
|
-
"action": "CALLBACK",
|
|
499
497
|
"type": "button",
|
|
500
498
|
"label": "Submit",
|
|
499
|
+
"action": "CALLBACK",
|
|
501
500
|
"variant": "primary"
|
|
502
501
|
}
|
|
503
502
|
],
|
|
504
|
-
"gap": "lg"
|
|
503
|
+
"gap": "lg",
|
|
504
|
+
"type": "stack"
|
|
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
|
],
|
|
@@ -529,10 +529,8 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"align": "center",
|
|
533
|
-
"direction": "vertical",
|
|
534
|
-
"type": "stack",
|
|
535
532
|
"gap": "lg",
|
|
533
|
+
"direction": "vertical",
|
|
536
534
|
"children": [
|
|
537
535
|
{
|
|
538
536
|
"type": "icon",
|
|
@@ -544,28 +542,30 @@
|
|
|
544
542
|
"type": "alert"
|
|
545
543
|
},
|
|
546
544
|
{
|
|
547
|
-
"gap": "sm",
|
|
548
|
-
"type": "stack",
|
|
549
|
-
"direction": "horizontal",
|
|
550
545
|
"justify": "center",
|
|
546
|
+
"type": "stack",
|
|
547
|
+
"gap": "sm",
|
|
551
548
|
"children": [
|
|
552
549
|
{
|
|
550
|
+
"type": "button",
|
|
553
551
|
"icon": "refresh-cw",
|
|
554
552
|
"action": "REFRESH",
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"label": "Refresh Token"
|
|
553
|
+
"label": "Refresh Token",
|
|
554
|
+
"variant": "ghost"
|
|
558
555
|
},
|
|
559
556
|
{
|
|
560
|
-
"variant": "ghost",
|
|
561
|
-
"label": "Logout",
|
|
562
557
|
"type": "button",
|
|
563
|
-
"
|
|
564
|
-
"action": "LOGOUT"
|
|
558
|
+
"label": "Logout",
|
|
559
|
+
"action": "LOGOUT",
|
|
560
|
+
"variant": "ghost",
|
|
561
|
+
"icon": "log-out"
|
|
565
562
|
}
|
|
566
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"direction": "horizontal"
|
|
567
565
|
}
|
|
568
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"type": "stack",
|
|
568
|
+
"align": "center"
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -587,22 +587,22 @@
|
|
|
587
587
|
"direction": "vertical",
|
|
588
588
|
"type": "stack",
|
|
589
589
|
"gap": "lg",
|
|
590
|
-
"align": "center",
|
|
591
590
|
"children": [
|
|
592
591
|
{
|
|
593
|
-
"message": "@entity.error",
|
|
594
|
-
"onRetry": "RETRY",
|
|
595
592
|
"type": "error-state",
|
|
596
|
-
"title": "Authentication Failed"
|
|
593
|
+
"title": "Authentication Failed",
|
|
594
|
+
"message": "@entity.error",
|
|
595
|
+
"onRetry": "RETRY"
|
|
597
596
|
},
|
|
598
597
|
{
|
|
599
|
-
"variant": "primary",
|
|
600
598
|
"type": "button",
|
|
601
|
-
"icon": "rotate-ccw",
|
|
602
599
|
"action": "RETRY",
|
|
603
|
-
"label": "Try Again"
|
|
600
|
+
"label": "Try Again",
|
|
601
|
+
"variant": "primary",
|
|
602
|
+
"icon": "rotate-ccw"
|
|
604
603
|
}
|
|
605
|
-
]
|
|
604
|
+
],
|
|
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",
|
|
@@ -642,32 +644,30 @@
|
|
|
642
644
|
"variant": "success"
|
|
643
645
|
},
|
|
644
646
|
{
|
|
647
|
+
"direction": "horizontal",
|
|
645
648
|
"type": "stack",
|
|
646
649
|
"justify": "center",
|
|
647
650
|
"children": [
|
|
648
651
|
{
|
|
649
|
-
"
|
|
650
|
-
"action": "REFRESH",
|
|
652
|
+
"icon": "refresh-cw",
|
|
651
653
|
"variant": "ghost",
|
|
652
654
|
"label": "Refresh Token",
|
|
653
|
-
"
|
|
655
|
+
"type": "button",
|
|
656
|
+
"action": "REFRESH"
|
|
654
657
|
},
|
|
655
658
|
{
|
|
656
|
-
"label": "Logout",
|
|
657
|
-
"variant": "ghost",
|
|
658
659
|
"type": "button",
|
|
659
660
|
"action": "LOGOUT",
|
|
661
|
+
"label": "Logout",
|
|
662
|
+
"variant": "ghost",
|
|
660
663
|
"icon": "log-out"
|
|
661
664
|
}
|
|
662
665
|
],
|
|
663
|
-
"direction": "horizontal",
|
|
664
666
|
"gap": "sm"
|
|
665
667
|
}
|
|
666
668
|
],
|
|
667
|
-
"gap": "lg",
|
|
668
669
|
"type": "stack",
|
|
669
|
-
"align": "center"
|
|
670
|
-
"direction": "vertical"
|
|
670
|
+
"align": "center"
|
|
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
|
[
|
|
@@ -716,26 +716,24 @@
|
|
|
716
716
|
"render-ui",
|
|
717
717
|
"main",
|
|
718
718
|
{
|
|
719
|
-
"direction": "vertical",
|
|
720
719
|
"align": "center",
|
|
721
|
-
"type": "stack",
|
|
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
|
-
"variant": "h2",
|
|
732
731
|
"content": "Sign In",
|
|
733
|
-
"type": "typography"
|
|
732
|
+
"type": "typography",
|
|
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"
|
|
@@ -744,12 +742,12 @@
|
|
|
744
742
|
"type": "select",
|
|
745
743
|
"options": [
|
|
746
744
|
{
|
|
747
|
-
"
|
|
748
|
-
"
|
|
745
|
+
"value": "google",
|
|
746
|
+
"label": "Google"
|
|
749
747
|
},
|
|
750
748
|
{
|
|
751
|
-
"
|
|
752
|
-
"
|
|
749
|
+
"label": "GitHub",
|
|
750
|
+
"value": "github"
|
|
753
751
|
},
|
|
754
752
|
{
|
|
755
753
|
"value": "microsoft",
|
|
@@ -758,14 +756,16 @@
|
|
|
758
756
|
]
|
|
759
757
|
},
|
|
760
758
|
{
|
|
761
|
-
"type": "button",
|
|
762
759
|
"icon": "log-in",
|
|
763
760
|
"action": "LOGIN",
|
|
764
|
-
"
|
|
765
|
-
"label": "Login"
|
|
761
|
+
"type": "button",
|
|
762
|
+
"label": "Login",
|
|
763
|
+
"variant": "primary"
|
|
766
764
|
}
|
|
767
765
|
],
|
|
768
|
-
"gap": "lg"
|
|
766
|
+
"gap": "lg",
|
|
767
|
+
"type": "stack",
|
|
768
|
+
"direction": "vertical"
|
|
769
769
|
}
|
|
770
770
|
]
|
|
771
771
|
]
|
|
@@ -785,42 +785,42 @@
|
|
|
785
785
|
"main",
|
|
786
786
|
{
|
|
787
787
|
"type": "stack",
|
|
788
|
+
"gap": "lg",
|
|
789
|
+
"direction": "vertical",
|
|
790
|
+
"align": "center",
|
|
788
791
|
"children": [
|
|
789
792
|
{
|
|
790
|
-
"
|
|
791
|
-
"
|
|
793
|
+
"type": "icon",
|
|
794
|
+
"name": "check-circle"
|
|
792
795
|
},
|
|
793
796
|
{
|
|
794
|
-
"
|
|
797
|
+
"type": "alert",
|
|
795
798
|
"message": "Authenticated successfully",
|
|
796
|
-
"
|
|
799
|
+
"variant": "success"
|
|
797
800
|
},
|
|
798
801
|
{
|
|
799
|
-
"gap": "sm",
|
|
800
802
|
"type": "stack",
|
|
801
|
-
"
|
|
803
|
+
"direction": "horizontal",
|
|
804
|
+
"gap": "sm",
|
|
802
805
|
"children": [
|
|
803
806
|
{
|
|
804
|
-
"type": "button",
|
|
805
|
-
"icon": "refresh-cw",
|
|
806
807
|
"action": "REFRESH",
|
|
807
808
|
"label": "Refresh Token",
|
|
808
|
-
"variant": "ghost"
|
|
809
|
+
"variant": "ghost",
|
|
810
|
+
"icon": "refresh-cw",
|
|
811
|
+
"type": "button"
|
|
809
812
|
},
|
|
810
813
|
{
|
|
814
|
+
"type": "button",
|
|
815
|
+
"action": "LOGOUT",
|
|
811
816
|
"label": "Logout",
|
|
812
817
|
"icon": "log-out",
|
|
813
|
-
"
|
|
814
|
-
"variant": "ghost",
|
|
815
|
-
"action": "LOGOUT"
|
|
818
|
+
"variant": "ghost"
|
|
816
819
|
}
|
|
817
820
|
],
|
|
818
|
-
"
|
|
821
|
+
"justify": "center"
|
|
819
822
|
}
|
|
820
|
-
]
|
|
821
|
-
"gap": "lg",
|
|
822
|
-
"direction": "vertical",
|
|
823
|
-
"align": "center"
|
|
823
|
+
]
|
|
824
824
|
}
|
|
825
825
|
]
|
|
826
826
|
]
|
|
@@ -839,24 +839,24 @@
|
|
|
839
839
|
"render-ui",
|
|
840
840
|
"main",
|
|
841
841
|
{
|
|
842
|
-
"gap": "lg",
|
|
843
842
|
"children": [
|
|
844
843
|
{
|
|
845
|
-
"title": "Authentication Failed",
|
|
846
844
|
"type": "error-state",
|
|
847
|
-
"
|
|
848
|
-
"
|
|
845
|
+
"message": "@entity.error",
|
|
846
|
+
"title": "Authentication Failed",
|
|
847
|
+
"onRetry": "RETRY"
|
|
849
848
|
},
|
|
850
849
|
{
|
|
850
|
+
"action": "RETRY",
|
|
851
851
|
"type": "button",
|
|
852
852
|
"label": "Try Again",
|
|
853
|
-
"
|
|
854
|
-
"variant": "primary"
|
|
855
|
-
"icon": "rotate-ccw"
|
|
853
|
+
"icon": "rotate-ccw",
|
|
854
|
+
"variant": "primary"
|
|
856
855
|
}
|
|
857
856
|
],
|
|
858
|
-
"align": "center",
|
|
859
857
|
"direction": "vertical",
|
|
858
|
+
"align": "center",
|
|
859
|
+
"gap": "lg",
|
|
860
860
|
"type": "stack"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
@@ -871,36 +871,33 @@
|
|
|
871
871
|
"render-ui",
|
|
872
872
|
"main",
|
|
873
873
|
{
|
|
874
|
-
"type": "stack",
|
|
875
|
-
"align": "center",
|
|
876
874
|
"gap": "lg",
|
|
877
875
|
"children": [
|
|
878
876
|
{
|
|
879
|
-
"
|
|
877
|
+
"direction": "horizontal",
|
|
878
|
+
"gap": "md",
|
|
880
879
|
"children": [
|
|
881
880
|
{
|
|
882
881
|
"type": "icon",
|
|
883
882
|
"name": "lock"
|
|
884
883
|
},
|
|
885
884
|
{
|
|
886
|
-
"
|
|
885
|
+
"variant": "h2",
|
|
887
886
|
"content": "Sign In",
|
|
888
|
-
"
|
|
887
|
+
"type": "typography"
|
|
889
888
|
}
|
|
890
889
|
],
|
|
891
|
-
"
|
|
892
|
-
"
|
|
893
|
-
"direction": "horizontal"
|
|
890
|
+
"type": "stack",
|
|
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,17 +907,20 @@
|
|
|
910
907
|
"label": "Microsoft",
|
|
911
908
|
"value": "microsoft"
|
|
912
909
|
}
|
|
913
|
-
]
|
|
910
|
+
],
|
|
911
|
+
"type": "select"
|
|
914
912
|
},
|
|
915
913
|
{
|
|
916
|
-
"label": "Login",
|
|
917
|
-
"type": "button",
|
|
918
|
-
"variant": "primary",
|
|
919
914
|
"icon": "log-in",
|
|
915
|
+
"variant": "primary",
|
|
916
|
+
"type": "button",
|
|
917
|
+
"label": "Login",
|
|
920
918
|
"action": "LOGIN"
|
|
921
919
|
}
|
|
922
920
|
],
|
|
923
|
-
"
|
|
921
|
+
"align": "center",
|
|
922
|
+
"direction": "vertical",
|
|
923
|
+
"type": "stack"
|
|
924
924
|
}
|
|
925
925
|
]
|
|
926
926
|
]
|