@almadar/std 8.5.1 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"event": "BrowseItemLoaded",
|
|
50
50
|
"description": "Fired when the BrowseItem collection finishes loading; payload.data holds the list",
|
|
51
51
|
"scope": "internal",
|
|
52
|
-
"
|
|
52
|
+
"payloadSchema": [
|
|
53
53
|
{
|
|
54
54
|
"name": "data",
|
|
55
55
|
"type": "[BrowseItem]"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"event": "BrowseItemLoadFailed",
|
|
61
61
|
"description": "Fired when the BrowseItem collection fails to load",
|
|
62
62
|
"scope": "internal",
|
|
63
|
-
"
|
|
63
|
+
"payloadSchema": [
|
|
64
64
|
{
|
|
65
65
|
"name": "error",
|
|
66
66
|
"type": "string"
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
{
|
|
94
94
|
"key": "BrowseItemLoaded",
|
|
95
95
|
"name": "BrowseItem loaded",
|
|
96
|
-
"
|
|
96
|
+
"payloadSchema": [
|
|
97
97
|
{
|
|
98
98
|
"name": "data",
|
|
99
99
|
"type": "[BrowseItem]"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"key": "BrowseItemLoadFailed",
|
|
105
105
|
"name": "BrowseItem load failed",
|
|
106
|
-
"
|
|
106
|
+
"payloadSchema": [
|
|
107
107
|
{
|
|
108
108
|
"name": "error",
|
|
109
109
|
"type": "string"
|
|
@@ -135,22 +135,22 @@
|
|
|
135
135
|
"render-ui",
|
|
136
136
|
"main",
|
|
137
137
|
{
|
|
138
|
+
"type": "stack",
|
|
138
139
|
"gap": "lg",
|
|
140
|
+
"align": "center",
|
|
139
141
|
"direction": "vertical",
|
|
142
|
+
"className": "max-w-5xl mx-auto w-full py-12",
|
|
140
143
|
"children": [
|
|
141
144
|
{
|
|
142
145
|
"type": "spinner"
|
|
143
146
|
},
|
|
144
147
|
{
|
|
145
|
-
"
|
|
148
|
+
"variant": "caption",
|
|
146
149
|
"color": "muted",
|
|
147
|
-
"
|
|
148
|
-
"
|
|
150
|
+
"content": "Loading BrowseItems…",
|
|
151
|
+
"type": "typography"
|
|
149
152
|
}
|
|
150
|
-
]
|
|
151
|
-
"type": "stack",
|
|
152
|
-
"align": "center",
|
|
153
|
-
"className": "max-w-5xl mx-auto w-full py-12"
|
|
153
|
+
]
|
|
154
154
|
}
|
|
155
155
|
]
|
|
156
156
|
]
|
|
@@ -166,16 +166,15 @@
|
|
|
166
166
|
{
|
|
167
167
|
"gap": "lg",
|
|
168
168
|
"type": "stack",
|
|
169
|
-
"
|
|
169
|
+
"direction": "vertical",
|
|
170
170
|
"children": [
|
|
171
171
|
{
|
|
172
|
-
"justify": "between",
|
|
173
|
-
"align": "center",
|
|
174
172
|
"children": [
|
|
175
173
|
{
|
|
176
|
-
"
|
|
174
|
+
"align": "center",
|
|
177
175
|
"direction": "horizontal",
|
|
178
176
|
"gap": "sm",
|
|
177
|
+
"type": "stack",
|
|
179
178
|
"children": [
|
|
180
179
|
{
|
|
181
180
|
"type": "icon",
|
|
@@ -186,60 +185,61 @@
|
|
|
186
185
|
"content": "BrowseItems",
|
|
187
186
|
"variant": "h2"
|
|
188
187
|
}
|
|
189
|
-
]
|
|
190
|
-
"align": "center"
|
|
188
|
+
]
|
|
191
189
|
}
|
|
192
190
|
],
|
|
193
|
-
"
|
|
191
|
+
"gap": "md",
|
|
192
|
+
"align": "center",
|
|
194
193
|
"type": "stack",
|
|
195
|
-
"
|
|
194
|
+
"direction": "horizontal",
|
|
195
|
+
"justify": "between"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"type": "divider"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
+
"type": "data-grid",
|
|
202
|
+
"entity": "@payload.data",
|
|
201
203
|
"fields": [
|
|
202
204
|
{
|
|
205
|
+
"variant": "h4",
|
|
203
206
|
"icon": "list",
|
|
204
207
|
"label": "Name",
|
|
205
|
-
"name": "name"
|
|
206
|
-
"variant": "h4"
|
|
208
|
+
"name": "name"
|
|
207
209
|
},
|
|
208
210
|
{
|
|
209
|
-
"variant": "badge",
|
|
210
211
|
"colorMap": {
|
|
211
|
-
"
|
|
212
|
-
"archived": "neutral",
|
|
213
|
-
"pending": "warning",
|
|
214
|
-
"completed": "success",
|
|
215
|
-
"cancelled": "destructive",
|
|
216
|
-
"error": "destructive",
|
|
212
|
+
"disabled": "neutral",
|
|
217
213
|
"active": "success",
|
|
214
|
+
"failed": "destructive",
|
|
218
215
|
"done": "success",
|
|
219
|
-
"
|
|
216
|
+
"completed": "success",
|
|
217
|
+
"error": "destructive",
|
|
220
218
|
"scheduled": "warning",
|
|
221
|
-
"
|
|
222
|
-
"
|
|
219
|
+
"cancelled": "destructive",
|
|
220
|
+
"inactive": "neutral",
|
|
221
|
+
"draft": "warning",
|
|
222
|
+
"pending": "warning",
|
|
223
|
+
"archived": "neutral"
|
|
223
224
|
},
|
|
224
225
|
"name": "description",
|
|
225
|
-
"label": "Description"
|
|
226
|
+
"label": "Description",
|
|
227
|
+
"variant": "badge"
|
|
226
228
|
},
|
|
227
229
|
{
|
|
228
230
|
"label": "Status",
|
|
229
231
|
"name": "status",
|
|
230
232
|
"variant": "caption"
|
|
231
233
|
}
|
|
232
|
-
]
|
|
233
|
-
"type": "data-grid",
|
|
234
|
-
"entity": "@payload.data"
|
|
234
|
+
]
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
+
"icon": "plus",
|
|
237
238
|
"type": "floating-action-button",
|
|
238
|
-
"action": "INIT"
|
|
239
|
-
"icon": "plus"
|
|
239
|
+
"action": "INIT"
|
|
240
240
|
}
|
|
241
241
|
],
|
|
242
|
-
"
|
|
242
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
243
243
|
}
|
|
244
244
|
]
|
|
245
245
|
]
|
|
@@ -253,15 +253,11 @@
|
|
|
253
253
|
"render-ui",
|
|
254
254
|
"main",
|
|
255
255
|
{
|
|
256
|
-
"direction": "vertical",
|
|
257
|
-
"gap": "md",
|
|
258
|
-
"align": "center",
|
|
259
|
-
"className": "max-w-5xl mx-auto w-full py-12",
|
|
260
256
|
"children": [
|
|
261
257
|
{
|
|
258
|
+
"name": "alert-triangle",
|
|
262
259
|
"color": "destructive",
|
|
263
|
-
"type": "icon"
|
|
264
|
-
"name": "alert-triangle"
|
|
260
|
+
"type": "icon"
|
|
265
261
|
},
|
|
266
262
|
{
|
|
267
263
|
"type": "typography",
|
|
@@ -269,20 +265,24 @@
|
|
|
269
265
|
"variant": "h3"
|
|
270
266
|
},
|
|
271
267
|
{
|
|
272
|
-
"content": "@payload.error",
|
|
273
|
-
"color": "muted",
|
|
274
268
|
"variant": "body",
|
|
275
|
-
"type": "typography"
|
|
269
|
+
"type": "typography",
|
|
270
|
+
"color": "muted",
|
|
271
|
+
"content": "@payload.error"
|
|
276
272
|
},
|
|
277
273
|
{
|
|
278
|
-
"type": "button",
|
|
279
|
-
"action": "INIT",
|
|
280
|
-
"icon": "rotate-ccw",
|
|
281
274
|
"variant": "primary",
|
|
282
|
-
"label": "Retry"
|
|
275
|
+
"label": "Retry",
|
|
276
|
+
"icon": "rotate-ccw",
|
|
277
|
+
"type": "button",
|
|
278
|
+
"action": "INIT"
|
|
283
279
|
}
|
|
284
280
|
],
|
|
285
|
-
"type": "stack"
|
|
281
|
+
"type": "stack",
|
|
282
|
+
"gap": "md",
|
|
283
|
+
"align": "center",
|
|
284
|
+
"className": "max-w-5xl mx-auto w-full py-12",
|
|
285
|
+
"direction": "vertical"
|
|
286
286
|
}
|
|
287
287
|
]
|
|
288
288
|
]
|
|
@@ -306,22 +306,22 @@
|
|
|
306
306
|
"render-ui",
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
|
-
"direction": "vertical",
|
|
310
|
-
"type": "stack",
|
|
311
|
-
"align": "center",
|
|
312
309
|
"children": [
|
|
313
310
|
{
|
|
314
311
|
"type": "spinner"
|
|
315
312
|
},
|
|
316
313
|
{
|
|
317
|
-
"variant": "caption",
|
|
318
314
|
"type": "typography",
|
|
315
|
+
"variant": "caption",
|
|
319
316
|
"color": "muted",
|
|
320
317
|
"content": "Refreshing…"
|
|
321
318
|
}
|
|
322
319
|
],
|
|
323
320
|
"className": "max-w-5xl mx-auto w-full py-12",
|
|
324
|
-
"
|
|
321
|
+
"type": "stack",
|
|
322
|
+
"gap": "lg",
|
|
323
|
+
"direction": "vertical",
|
|
324
|
+
"align": "center"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
]
|
|
@@ -336,8 +336,8 @@
|
|
|
336
336
|
"BrowseItem",
|
|
337
337
|
{
|
|
338
338
|
"emit": {
|
|
339
|
-
"
|
|
340
|
-
"
|
|
339
|
+
"failure": "BrowseItemLoadFailed",
|
|
340
|
+
"success": "BrowseItemLoaded"
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
],
|
|
@@ -345,22 +345,22 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
-
"direction": "vertical",
|
|
349
|
-
"gap": "lg",
|
|
350
348
|
"type": "stack",
|
|
349
|
+
"direction": "vertical",
|
|
351
350
|
"align": "center",
|
|
352
|
-
"className": "max-w-5xl mx-auto w-full py-12",
|
|
353
351
|
"children": [
|
|
354
352
|
{
|
|
355
353
|
"type": "spinner"
|
|
356
354
|
},
|
|
357
355
|
{
|
|
358
|
-
"
|
|
359
|
-
"color": "muted",
|
|
356
|
+
"content": "Retrying…",
|
|
360
357
|
"variant": "caption",
|
|
361
|
-
"
|
|
358
|
+
"type": "typography",
|
|
359
|
+
"color": "muted"
|
|
362
360
|
}
|
|
363
|
-
]
|
|
361
|
+
],
|
|
362
|
+
"gap": "lg",
|
|
363
|
+
"className": "max-w-5xl mx-auto w-full py-12"
|
|
364
364
|
}
|
|
365
365
|
]
|
|
366
366
|
]
|
|
@@ -383,4 +383,4 @@
|
|
|
383
383
|
]
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
|
-
}
|
|
386
|
+
}
|