@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"BrowseItem",
|
|
127
127
|
{
|
|
128
128
|
"emit": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
129
|
+
"failure": "BrowseItemLoadFailed",
|
|
130
|
+
"success": "BrowseItemLoaded"
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -135,22 +135,22 @@
|
|
|
135
135
|
"render-ui",
|
|
136
136
|
"main",
|
|
137
137
|
{
|
|
138
|
-
"gap": "lg",
|
|
139
|
-
"type": "stack",
|
|
140
|
-
"direction": "vertical",
|
|
141
138
|
"className": "max-w-5xl mx-auto w-full py-12",
|
|
139
|
+
"type": "stack",
|
|
140
|
+
"align": "center",
|
|
142
141
|
"children": [
|
|
143
142
|
{
|
|
144
143
|
"type": "spinner"
|
|
145
144
|
},
|
|
146
145
|
{
|
|
147
146
|
"type": "typography",
|
|
147
|
+
"content": "Loading BrowseItems…",
|
|
148
148
|
"color": "muted",
|
|
149
|
-
"variant": "caption"
|
|
150
|
-
"content": "Loading BrowseItems…"
|
|
149
|
+
"variant": "caption"
|
|
151
150
|
}
|
|
152
151
|
],
|
|
153
|
-
"
|
|
152
|
+
"gap": "lg",
|
|
153
|
+
"direction": "vertical"
|
|
154
154
|
}
|
|
155
155
|
]
|
|
156
156
|
]
|
|
@@ -164,82 +164,82 @@
|
|
|
164
164
|
"render-ui",
|
|
165
165
|
"main",
|
|
166
166
|
{
|
|
167
|
-
"gap": "lg",
|
|
168
167
|
"type": "stack",
|
|
169
168
|
"direction": "vertical",
|
|
169
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
170
|
+
"gap": "lg",
|
|
170
171
|
"children": [
|
|
171
172
|
{
|
|
173
|
+
"align": "center",
|
|
174
|
+
"gap": "md",
|
|
172
175
|
"children": [
|
|
173
176
|
{
|
|
174
177
|
"type": "stack",
|
|
175
|
-
"direction": "horizontal",
|
|
176
|
-
"align": "center",
|
|
177
178
|
"children": [
|
|
178
179
|
{
|
|
179
|
-
"
|
|
180
|
-
"
|
|
180
|
+
"type": "icon",
|
|
181
|
+
"name": "list"
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
|
-
"type": "typography",
|
|
184
184
|
"variant": "h2",
|
|
185
|
+
"type": "typography",
|
|
185
186
|
"content": "BrowseItems"
|
|
186
187
|
}
|
|
187
188
|
],
|
|
188
|
-
"
|
|
189
|
+
"direction": "horizontal",
|
|
190
|
+
"gap": "sm",
|
|
191
|
+
"align": "center"
|
|
189
192
|
}
|
|
190
193
|
],
|
|
191
|
-
"align": "center",
|
|
192
194
|
"direction": "horizontal",
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"type": "stack"
|
|
195
|
+
"type": "stack",
|
|
196
|
+
"justify": "between"
|
|
196
197
|
},
|
|
197
198
|
{
|
|
198
199
|
"type": "divider"
|
|
199
200
|
},
|
|
200
201
|
{
|
|
201
202
|
"type": "data-grid",
|
|
202
|
-
"entity": "@payload.data",
|
|
203
203
|
"fields": [
|
|
204
204
|
{
|
|
205
|
-
"
|
|
205
|
+
"icon": "list",
|
|
206
206
|
"variant": "h4",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"label": "Name",
|
|
208
|
+
"name": "name"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"name": "description",
|
|
212
|
+
"variant": "badge",
|
|
212
213
|
"label": "Description",
|
|
213
214
|
"colorMap": {
|
|
215
|
+
"active": "success",
|
|
214
216
|
"completed": "success",
|
|
215
217
|
"draft": "warning",
|
|
216
|
-
"
|
|
217
|
-
"active": "success",
|
|
218
|
-
"disabled": "neutral",
|
|
218
|
+
"archived": "neutral",
|
|
219
219
|
"inactive": "neutral",
|
|
220
|
-
"failed": "destructive",
|
|
221
|
-
"scheduled": "warning",
|
|
222
220
|
"error": "destructive",
|
|
223
221
|
"done": "success",
|
|
224
222
|
"pending": "warning",
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
|
|
223
|
+
"scheduled": "warning",
|
|
224
|
+
"disabled": "neutral",
|
|
225
|
+
"failed": "destructive",
|
|
226
|
+
"cancelled": "destructive"
|
|
227
|
+
}
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"name": "status",
|
|
231
231
|
"label": "Status",
|
|
232
232
|
"variant": "caption"
|
|
233
233
|
}
|
|
234
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"entity": "@payload.data"
|
|
235
236
|
},
|
|
236
237
|
{
|
|
237
|
-
"action": "INIT",
|
|
238
238
|
"type": "floating-action-button",
|
|
239
|
+
"action": "INIT",
|
|
239
240
|
"icon": "plus"
|
|
240
241
|
}
|
|
241
|
-
]
|
|
242
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
242
|
+
]
|
|
243
243
|
}
|
|
244
244
|
]
|
|
245
245
|
]
|
|
@@ -253,36 +253,36 @@
|
|
|
253
253
|
"render-ui",
|
|
254
254
|
"main",
|
|
255
255
|
{
|
|
256
|
-
"align": "center",
|
|
257
|
-
"className": "max-w-5xl mx-auto w-full py-12",
|
|
258
256
|
"gap": "md",
|
|
259
|
-
"direction": "vertical",
|
|
260
257
|
"children": [
|
|
261
258
|
{
|
|
262
|
-
"type": "icon",
|
|
263
259
|
"color": "destructive",
|
|
260
|
+
"type": "icon",
|
|
264
261
|
"name": "alert-triangle"
|
|
265
262
|
},
|
|
266
263
|
{
|
|
267
264
|
"variant": "h3",
|
|
268
|
-
"
|
|
269
|
-
"
|
|
265
|
+
"type": "typography",
|
|
266
|
+
"content": "Failed to load BrowseItems"
|
|
270
267
|
},
|
|
271
268
|
{
|
|
272
269
|
"variant": "body",
|
|
273
|
-
"type": "typography",
|
|
274
270
|
"color": "muted",
|
|
275
|
-
"content": "@payload.error"
|
|
271
|
+
"content": "@payload.error",
|
|
272
|
+
"type": "typography"
|
|
276
273
|
},
|
|
277
274
|
{
|
|
278
|
-
"icon": "rotate-ccw",
|
|
279
|
-
"type": "button",
|
|
280
275
|
"action": "INIT",
|
|
276
|
+
"type": "button",
|
|
281
277
|
"label": "Retry",
|
|
278
|
+
"icon": "rotate-ccw",
|
|
282
279
|
"variant": "primary"
|
|
283
280
|
}
|
|
284
281
|
],
|
|
285
|
-
"
|
|
282
|
+
"direction": "vertical",
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"align": "center",
|
|
285
|
+
"className": "max-w-5xl mx-auto w-full py-12"
|
|
286
286
|
}
|
|
287
287
|
]
|
|
288
288
|
]
|
|
@@ -297,8 +297,8 @@
|
|
|
297
297
|
"BrowseItem",
|
|
298
298
|
{
|
|
299
299
|
"emit": {
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"success": "BrowseItemLoaded",
|
|
301
|
+
"failure": "BrowseItemLoadFailed"
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
],
|
|
@@ -306,22 +306,22 @@
|
|
|
306
306
|
"render-ui",
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
|
-
"type": "stack",
|
|
310
309
|
"direction": "vertical",
|
|
311
|
-
"className": "max-w-5xl mx-auto w-full py-12",
|
|
312
|
-
"align": "center",
|
|
313
310
|
"gap": "lg",
|
|
311
|
+
"align": "center",
|
|
312
|
+
"className": "max-w-5xl mx-auto w-full py-12",
|
|
314
313
|
"children": [
|
|
315
314
|
{
|
|
316
315
|
"type": "spinner"
|
|
317
316
|
},
|
|
318
317
|
{
|
|
319
318
|
"type": "typography",
|
|
320
|
-
"color": "muted",
|
|
321
319
|
"content": "Refreshing…",
|
|
322
|
-
"variant": "caption"
|
|
320
|
+
"variant": "caption",
|
|
321
|
+
"color": "muted"
|
|
323
322
|
}
|
|
324
|
-
]
|
|
323
|
+
],
|
|
324
|
+
"type": "stack"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
]
|
|
@@ -345,22 +345,22 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
+
"type": "stack",
|
|
349
|
+
"align": "center",
|
|
348
350
|
"children": [
|
|
349
351
|
{
|
|
350
352
|
"type": "spinner"
|
|
351
353
|
},
|
|
352
354
|
{
|
|
353
|
-
"variant": "caption",
|
|
354
355
|
"color": "muted",
|
|
356
|
+
"variant": "caption",
|
|
355
357
|
"content": "Retrying…",
|
|
356
358
|
"type": "typography"
|
|
357
359
|
}
|
|
358
360
|
],
|
|
359
|
-
"type": "stack",
|
|
360
361
|
"className": "max-w-5xl mx-auto w-full py-12",
|
|
361
|
-
"
|
|
362
|
-
"direction": "vertical"
|
|
363
|
-
"gap": "lg"
|
|
362
|
+
"gap": "lg",
|
|
363
|
+
"direction": "vertical"
|
|
364
364
|
}
|
|
365
365
|
]
|
|
366
366
|
]
|
|
@@ -383,4 +383,4 @@
|
|
|
383
383
|
]
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
|
-
}
|
|
386
|
+
}
|