@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
"main",
|
|
146
146
|
{
|
|
147
147
|
"type": "page-header",
|
|
148
|
-
"
|
|
149
|
-
"
|
|
148
|
+
"subtitle": "Watching **/*.orb for changes",
|
|
149
|
+
"title": "Orb File Validator"
|
|
150
150
|
}
|
|
151
151
|
],
|
|
152
152
|
[
|
|
153
153
|
"render-ui",
|
|
154
154
|
"center",
|
|
155
155
|
{
|
|
156
|
-
"title": "Waiting for file changes",
|
|
157
156
|
"description": "Watching **/*.orb. Save an .orb file to trigger validation.",
|
|
158
|
-
"type": "empty-state"
|
|
157
|
+
"type": "empty-state",
|
|
158
|
+
"title": "Waiting for file changes"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
]
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"render-ui",
|
|
185
185
|
"main",
|
|
186
186
|
{
|
|
187
|
-
"type": "page-header",
|
|
188
187
|
"subtitle": "Validating...",
|
|
188
|
+
"type": "page-header",
|
|
189
189
|
"title": "Orb File Validator"
|
|
190
190
|
}
|
|
191
191
|
],
|
|
@@ -193,8 +193,8 @@
|
|
|
193
193
|
"render-ui",
|
|
194
194
|
"center",
|
|
195
195
|
{
|
|
196
|
-
"
|
|
197
|
-
"
|
|
196
|
+
"title": "Running orbital validate...",
|
|
197
|
+
"type": "loading-state"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
[
|
|
@@ -238,44 +238,43 @@
|
|
|
238
238
|
"render-ui",
|
|
239
239
|
"main",
|
|
240
240
|
{
|
|
241
|
+
"title": "Orb File Validator",
|
|
241
242
|
"actions": [
|
|
242
243
|
{
|
|
243
|
-
"event": "REFRESH",
|
|
244
244
|
"variant": "primary",
|
|
245
|
+
"event": "REFRESH",
|
|
245
246
|
"label": "Validate Now"
|
|
246
247
|
}
|
|
247
248
|
],
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"type": "page-header"
|
|
249
|
+
"type": "page-header",
|
|
250
|
+
"subtitle": "Validation passed"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
[
|
|
254
254
|
"render-ui",
|
|
255
255
|
"center",
|
|
256
256
|
{
|
|
257
|
-
"direction": "vertical",
|
|
258
257
|
"gap": "md",
|
|
259
258
|
"children": [
|
|
260
259
|
{
|
|
261
|
-
"type": "typography",
|
|
262
260
|
"content": "path",
|
|
263
|
-
"variant": "caption"
|
|
261
|
+
"variant": "caption",
|
|
262
|
+
"type": "typography"
|
|
264
263
|
},
|
|
265
264
|
{
|
|
266
|
-
"type": "typography",
|
|
267
265
|
"variant": "body",
|
|
268
|
-
"content": "@entity.path"
|
|
266
|
+
"content": "@entity.path",
|
|
267
|
+
"type": "typography"
|
|
269
268
|
},
|
|
270
269
|
{
|
|
271
|
-
"
|
|
270
|
+
"content": "valid",
|
|
272
271
|
"variant": "caption",
|
|
273
|
-
"
|
|
272
|
+
"type": "typography"
|
|
274
273
|
},
|
|
275
274
|
{
|
|
275
|
+
"variant": "body",
|
|
276
276
|
"content": "@entity.valid",
|
|
277
|
-
"type": "typography"
|
|
278
|
-
"variant": "body"
|
|
277
|
+
"type": "typography"
|
|
279
278
|
},
|
|
280
279
|
{
|
|
281
280
|
"variant": "caption",
|
|
@@ -283,21 +282,22 @@
|
|
|
283
282
|
"content": "status"
|
|
284
283
|
},
|
|
285
284
|
{
|
|
286
|
-
"
|
|
285
|
+
"type": "typography",
|
|
287
286
|
"variant": "body",
|
|
288
|
-
"
|
|
287
|
+
"content": "@entity.status"
|
|
289
288
|
},
|
|
290
289
|
{
|
|
291
|
-
"variant": "caption",
|
|
292
290
|
"type": "typography",
|
|
293
|
-
"content": "timestamp"
|
|
291
|
+
"content": "timestamp",
|
|
292
|
+
"variant": "caption"
|
|
294
293
|
},
|
|
295
294
|
{
|
|
296
|
-
"type": "typography",
|
|
297
295
|
"content": "@entity.timestamp",
|
|
296
|
+
"type": "typography",
|
|
298
297
|
"variant": "body"
|
|
299
298
|
}
|
|
300
299
|
],
|
|
300
|
+
"direction": "vertical",
|
|
301
301
|
"type": "stack"
|
|
302
302
|
}
|
|
303
303
|
],
|
|
@@ -338,13 +338,13 @@
|
|
|
338
338
|
"main",
|
|
339
339
|
{
|
|
340
340
|
"title": "Orb File Validator",
|
|
341
|
-
"subtitle": "Validation failed",
|
|
342
341
|
"type": "page-header",
|
|
342
|
+
"subtitle": "Validation failed",
|
|
343
343
|
"actions": [
|
|
344
344
|
{
|
|
345
345
|
"label": "Validate Now",
|
|
346
|
-
"
|
|
347
|
-
"
|
|
346
|
+
"event": "REFRESH",
|
|
347
|
+
"variant": "primary"
|
|
348
348
|
}
|
|
349
349
|
]
|
|
350
350
|
}
|
|
@@ -353,25 +353,28 @@
|
|
|
353
353
|
"render-ui",
|
|
354
354
|
"center",
|
|
355
355
|
{
|
|
356
|
+
"direction": "vertical",
|
|
357
|
+
"type": "stack",
|
|
358
|
+
"gap": "md",
|
|
356
359
|
"children": [
|
|
357
360
|
{
|
|
358
|
-
"content": "path",
|
|
359
361
|
"type": "typography",
|
|
360
|
-
"variant": "caption"
|
|
362
|
+
"variant": "caption",
|
|
363
|
+
"content": "path"
|
|
361
364
|
},
|
|
362
365
|
{
|
|
363
|
-
"
|
|
366
|
+
"type": "typography",
|
|
364
367
|
"variant": "body",
|
|
365
|
-
"
|
|
368
|
+
"content": "@entity.path"
|
|
366
369
|
},
|
|
367
370
|
{
|
|
368
|
-
"
|
|
371
|
+
"type": "typography",
|
|
369
372
|
"variant": "caption",
|
|
370
|
-
"
|
|
373
|
+
"content": "status"
|
|
371
374
|
},
|
|
372
375
|
{
|
|
373
|
-
"type": "typography",
|
|
374
376
|
"variant": "body",
|
|
377
|
+
"type": "typography",
|
|
375
378
|
"content": "@entity.status"
|
|
376
379
|
},
|
|
377
380
|
{
|
|
@@ -381,23 +384,20 @@
|
|
|
381
384
|
},
|
|
382
385
|
{
|
|
383
386
|
"variant": "body",
|
|
384
|
-
"
|
|
385
|
-
"
|
|
387
|
+
"type": "typography",
|
|
388
|
+
"content": "@entity.errors"
|
|
386
389
|
},
|
|
387
390
|
{
|
|
388
|
-
"variant": "caption",
|
|
389
391
|
"type": "typography",
|
|
390
|
-
"content": "warnings"
|
|
392
|
+
"content": "warnings",
|
|
393
|
+
"variant": "caption"
|
|
391
394
|
},
|
|
392
395
|
{
|
|
393
|
-
"content": "@entity.warnings",
|
|
394
396
|
"variant": "body",
|
|
397
|
+
"content": "@entity.warnings",
|
|
395
398
|
"type": "typography"
|
|
396
399
|
}
|
|
397
|
-
]
|
|
398
|
-
"gap": "md",
|
|
399
|
-
"type": "stack",
|
|
400
|
-
"direction": "vertical"
|
|
400
|
+
]
|
|
401
401
|
}
|
|
402
402
|
],
|
|
403
403
|
[
|
|
@@ -431,8 +431,8 @@
|
|
|
431
431
|
"render-ui",
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
|
-
"type": "page-header",
|
|
435
434
|
"title": "Orb File Validator",
|
|
435
|
+
"type": "page-header",
|
|
436
436
|
"subtitle": "Re-validating..."
|
|
437
437
|
}
|
|
438
438
|
],
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
"orbital-cli",
|
|
450
450
|
"validate",
|
|
451
451
|
{
|
|
452
|
-
"onSuccess": "VALIDATION_PASSED",
|
|
453
452
|
"path": "@payload.path",
|
|
453
|
+
"onSuccess": "VALIDATION_PASSED",
|
|
454
454
|
"onError": "VALIDATION_FAILED"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -471,16 +471,16 @@
|
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
473
|
"type": "page-header",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"subtitle": "Re-validating...",
|
|
475
|
+
"title": "Orb File Validator"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
479
479
|
"render-ui",
|
|
480
480
|
"center",
|
|
481
481
|
{
|
|
482
|
-
"
|
|
483
|
-
"
|
|
482
|
+
"type": "loading-state",
|
|
483
|
+
"title": "Running orbital validate..."
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
486
|
[
|
|
@@ -488,9 +488,9 @@
|
|
|
488
488
|
"orbital-cli",
|
|
489
489
|
"validate",
|
|
490
490
|
{
|
|
491
|
+
"onError": "VALIDATION_FAILED",
|
|
491
492
|
"path": "@entity.path",
|
|
492
|
-
"onSuccess": "VALIDATION_PASSED"
|
|
493
|
-
"onError": "VALIDATION_FAILED"
|
|
493
|
+
"onSuccess": "VALIDATION_PASSED"
|
|
494
494
|
}
|
|
495
495
|
]
|
|
496
496
|
]
|
|
@@ -519,17 +519,17 @@
|
|
|
519
519
|
"render-ui",
|
|
520
520
|
"main",
|
|
521
521
|
{
|
|
522
|
+
"subtitle": "Re-validating...",
|
|
522
523
|
"type": "page-header",
|
|
523
|
-
"title": "Orb File Validator"
|
|
524
|
-
"subtitle": "Re-validating..."
|
|
524
|
+
"title": "Orb File Validator"
|
|
525
525
|
}
|
|
526
526
|
],
|
|
527
527
|
[
|
|
528
528
|
"render-ui",
|
|
529
529
|
"center",
|
|
530
530
|
{
|
|
531
|
-
"
|
|
532
|
-
"
|
|
531
|
+
"title": "Running orbital validate...",
|
|
532
|
+
"type": "loading-state"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
535
535
|
[
|
|
@@ -538,8 +538,8 @@
|
|
|
538
538
|
"validate",
|
|
539
539
|
{
|
|
540
540
|
"onError": "VALIDATION_FAILED",
|
|
541
|
-
"
|
|
542
|
-
"
|
|
541
|
+
"onSuccess": "VALIDATION_PASSED",
|
|
542
|
+
"path": "@payload.path"
|
|
543
543
|
}
|
|
544
544
|
]
|
|
545
545
|
]
|
|
@@ -558,9 +558,9 @@
|
|
|
558
558
|
"render-ui",
|
|
559
559
|
"main",
|
|
560
560
|
{
|
|
561
|
-
"
|
|
561
|
+
"title": "Orb File Validator",
|
|
562
562
|
"type": "page-header",
|
|
563
|
-
"
|
|
563
|
+
"subtitle": "Re-validating..."
|
|
564
564
|
}
|
|
565
565
|
],
|
|
566
566
|
[
|