@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"CalendarEvent",
|
|
164
164
|
{
|
|
165
165
|
"emit": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
166
|
+
"failure": "CalendarEventLoadFailed",
|
|
167
|
+
"success": "CalendarEventLoaded"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
],
|
|
@@ -173,21 +173,21 @@
|
|
|
173
173
|
"main",
|
|
174
174
|
{
|
|
175
175
|
"className": "py-12",
|
|
176
|
+
"direction": "vertical",
|
|
177
|
+
"gap": "md",
|
|
178
|
+
"align": "center",
|
|
176
179
|
"type": "stack",
|
|
177
180
|
"children": [
|
|
178
181
|
{
|
|
179
182
|
"type": "spinner"
|
|
180
183
|
},
|
|
181
184
|
{
|
|
182
|
-
"type": "typography",
|
|
183
185
|
"content": "Loading calendar…",
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
+
"variant": "caption",
|
|
187
|
+
"type": "typography",
|
|
188
|
+
"color": "muted"
|
|
186
189
|
}
|
|
187
|
-
]
|
|
188
|
-
"direction": "vertical",
|
|
189
|
-
"gap": "md",
|
|
190
|
-
"align": "center"
|
|
190
|
+
]
|
|
191
191
|
}
|
|
192
192
|
]
|
|
193
193
|
]
|
|
@@ -201,37 +201,36 @@
|
|
|
201
201
|
"render-ui",
|
|
202
202
|
"main",
|
|
203
203
|
{
|
|
204
|
-
"type": "stack",
|
|
205
204
|
"children": [
|
|
206
205
|
{
|
|
207
|
-
"
|
|
206
|
+
"type": "stack",
|
|
207
|
+
"justify": "between",
|
|
208
208
|
"children": [
|
|
209
209
|
{
|
|
210
|
-
"direction": "horizontal",
|
|
211
|
-
"align": "center",
|
|
212
|
-
"gap": "sm",
|
|
213
210
|
"children": [
|
|
214
211
|
{
|
|
215
|
-
"
|
|
216
|
-
"
|
|
212
|
+
"type": "icon",
|
|
213
|
+
"name": "calendar"
|
|
217
214
|
},
|
|
218
215
|
{
|
|
219
|
-
"type": "typography",
|
|
220
216
|
"content": "CalendarEvents Calendar",
|
|
221
|
-
"variant": "h2"
|
|
217
|
+
"variant": "h2",
|
|
218
|
+
"type": "typography"
|
|
222
219
|
}
|
|
223
220
|
],
|
|
224
|
-
"
|
|
221
|
+
"align": "center",
|
|
222
|
+
"type": "stack",
|
|
223
|
+
"direction": "horizontal",
|
|
224
|
+
"gap": "sm"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"onSelect": "SELECT_DAY",
|
|
228
228
|
"type": "date-range-selector"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"direction": "horizontal"
|
|
234
|
-
"align": "center"
|
|
231
|
+
"align": "center",
|
|
232
|
+
"gap": "md",
|
|
233
|
+
"direction": "horizontal"
|
|
235
234
|
},
|
|
236
235
|
{
|
|
237
236
|
"type": "divider"
|
|
@@ -248,14 +247,12 @@
|
|
|
248
247
|
"type": "typography"
|
|
249
248
|
},
|
|
250
249
|
{
|
|
251
|
-
"type": "data-list",
|
|
252
|
-
"entity": "@payload.data",
|
|
253
250
|
"fields": [
|
|
254
251
|
{
|
|
255
|
-
"
|
|
252
|
+
"label": "Event",
|
|
256
253
|
"name": "name",
|
|
257
|
-
"
|
|
258
|
-
"
|
|
254
|
+
"variant": "h4",
|
|
255
|
+
"icon": "calendar"
|
|
259
256
|
},
|
|
260
257
|
{
|
|
261
258
|
"variant": "badge",
|
|
@@ -263,26 +260,29 @@
|
|
|
263
260
|
"label": "Time"
|
|
264
261
|
},
|
|
265
262
|
{
|
|
266
|
-
"format": "date",
|
|
267
|
-
"variant": "caption",
|
|
268
263
|
"name": "date",
|
|
269
|
-
"label": "Date"
|
|
264
|
+
"label": "Date",
|
|
265
|
+
"format": "date",
|
|
266
|
+
"variant": "caption"
|
|
270
267
|
},
|
|
271
268
|
{
|
|
272
|
-
"label": "Status",
|
|
273
269
|
"variant": "badge",
|
|
274
|
-
"name": "status"
|
|
270
|
+
"name": "status",
|
|
271
|
+
"label": "Status"
|
|
275
272
|
}
|
|
276
273
|
],
|
|
277
274
|
"itemActions": [
|
|
278
275
|
{
|
|
279
|
-
"event": "SELECT_DAY",
|
|
280
276
|
"icon": "eye",
|
|
281
|
-
"label": "View"
|
|
277
|
+
"label": "View",
|
|
278
|
+
"event": "SELECT_DAY"
|
|
282
279
|
}
|
|
283
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"type": "data-list",
|
|
282
|
+
"entity": "@payload.data"
|
|
284
283
|
}
|
|
285
284
|
],
|
|
285
|
+
"type": "stack",
|
|
286
286
|
"gap": "lg",
|
|
287
287
|
"direction": "vertical"
|
|
288
288
|
}
|
|
@@ -298,36 +298,36 @@
|
|
|
298
298
|
"render-ui",
|
|
299
299
|
"main",
|
|
300
300
|
{
|
|
301
|
+
"gap": "md",
|
|
302
|
+
"align": "center",
|
|
303
|
+
"className": "py-12",
|
|
301
304
|
"children": [
|
|
302
305
|
{
|
|
303
306
|
"type": "icon",
|
|
304
|
-
"
|
|
305
|
-
"
|
|
307
|
+
"color": "destructive",
|
|
308
|
+
"name": "alert-triangle"
|
|
306
309
|
},
|
|
307
310
|
{
|
|
308
|
-
"content": "Failed to load",
|
|
309
311
|
"type": "typography",
|
|
310
|
-
"variant": "h3"
|
|
312
|
+
"variant": "h3",
|
|
313
|
+
"content": "Failed to load"
|
|
311
314
|
},
|
|
312
315
|
{
|
|
313
316
|
"type": "typography",
|
|
314
317
|
"color": "muted",
|
|
315
|
-
"
|
|
316
|
-
"
|
|
318
|
+
"variant": "body",
|
|
319
|
+
"content": "@payload.error"
|
|
317
320
|
},
|
|
318
321
|
{
|
|
319
|
-
"
|
|
320
|
-
"type": "button",
|
|
322
|
+
"action": "INIT",
|
|
321
323
|
"variant": "primary",
|
|
324
|
+
"type": "button",
|
|
322
325
|
"icon": "rotate-ccw",
|
|
323
|
-
"
|
|
326
|
+
"label": "Retry"
|
|
324
327
|
}
|
|
325
328
|
],
|
|
326
329
|
"type": "stack",
|
|
327
|
-
"
|
|
328
|
-
"gap": "md",
|
|
329
|
-
"direction": "vertical",
|
|
330
|
-
"align": "center"
|
|
330
|
+
"direction": "vertical"
|
|
331
331
|
}
|
|
332
332
|
]
|
|
333
333
|
]
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
"CalendarEvent",
|
|
343
343
|
{
|
|
344
344
|
"emit": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
345
|
+
"failure": "CalendarEventLoadFailed",
|
|
346
|
+
"success": "CalendarEventLoaded"
|
|
347
347
|
},
|
|
348
348
|
"filter": [
|
|
349
349
|
"=",
|
|
@@ -403,4 +403,4 @@
|
|
|
403
403
|
]
|
|
404
404
|
}
|
|
405
405
|
]
|
|
406
|
-
}
|
|
406
|
+
}
|