@almadar/std 10.0.0 → 11.2.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +20 -19
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +19 -10
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +72 -76
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +20 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -10
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +72 -76
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- 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
|
],
|
|
@@ -172,22 +172,22 @@
|
|
|
172
172
|
"render-ui",
|
|
173
173
|
"main",
|
|
174
174
|
{
|
|
175
|
+
"gap": "md",
|
|
176
|
+
"direction": "vertical",
|
|
175
177
|
"type": "stack",
|
|
176
178
|
"className": "py-12",
|
|
177
|
-
"align": "center",
|
|
178
179
|
"children": [
|
|
179
180
|
{
|
|
180
181
|
"type": "spinner"
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
184
|
"content": "Loading calendar…",
|
|
185
|
+
"variant": "caption",
|
|
184
186
|
"type": "typography",
|
|
185
|
-
"color": "muted"
|
|
186
|
-
"variant": "caption"
|
|
187
|
+
"color": "muted"
|
|
187
188
|
}
|
|
188
189
|
],
|
|
189
|
-
"
|
|
190
|
-
"direction": "vertical"
|
|
190
|
+
"align": "center"
|
|
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
|
{
|
|
206
|
+
"direction": "horizontal",
|
|
207
|
+
"type": "stack",
|
|
207
208
|
"children": [
|
|
208
209
|
{
|
|
210
|
+
"align": "center",
|
|
211
|
+
"gap": "sm",
|
|
209
212
|
"type": "stack",
|
|
213
|
+
"direction": "horizontal",
|
|
210
214
|
"children": [
|
|
211
215
|
{
|
|
212
216
|
"name": "calendar",
|
|
213
217
|
"type": "icon"
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
|
-
"
|
|
220
|
+
"variant": "h2",
|
|
217
221
|
"content": "CalendarEvents Calendar",
|
|
218
|
-
"
|
|
222
|
+
"type": "typography"
|
|
219
223
|
}
|
|
220
|
-
]
|
|
221
|
-
"align": "center",
|
|
222
|
-
"direction": "horizontal",
|
|
223
|
-
"gap": "sm"
|
|
224
|
+
]
|
|
224
225
|
},
|
|
225
226
|
{
|
|
226
227
|
"type": "date-range-selector",
|
|
227
228
|
"onSelect": "SELECT_DAY"
|
|
228
229
|
}
|
|
229
230
|
],
|
|
230
|
-
"direction": "horizontal",
|
|
231
|
-
"justify": "between",
|
|
232
231
|
"gap": "md",
|
|
233
|
-
"
|
|
234
|
-
"
|
|
232
|
+
"justify": "between",
|
|
233
|
+
"align": "center"
|
|
235
234
|
},
|
|
236
235
|
{
|
|
237
236
|
"type": "divider"
|
|
@@ -244,46 +243,47 @@
|
|
|
244
243
|
},
|
|
245
244
|
{
|
|
246
245
|
"variant": "h4",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
246
|
+
"type": "typography",
|
|
247
|
+
"content": "Upcoming Events"
|
|
249
248
|
},
|
|
250
249
|
{
|
|
251
|
-
"itemActions": [
|
|
252
|
-
{
|
|
253
|
-
"event": "SELECT_DAY",
|
|
254
|
-
"label": "View",
|
|
255
|
-
"icon": "eye"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"entity": "@payload.data",
|
|
259
|
-
"type": "data-list",
|
|
260
250
|
"fields": [
|
|
261
251
|
{
|
|
262
|
-
"variant": "h4",
|
|
263
|
-
"name": "name",
|
|
264
252
|
"icon": "calendar",
|
|
265
|
-
"label": "Event"
|
|
253
|
+
"label": "Event",
|
|
254
|
+
"variant": "h4",
|
|
255
|
+
"name": "name"
|
|
266
256
|
},
|
|
267
257
|
{
|
|
268
|
-
"variant": "badge",
|
|
269
258
|
"label": "Time",
|
|
270
|
-
"name": "time"
|
|
259
|
+
"name": "time",
|
|
260
|
+
"variant": "badge"
|
|
271
261
|
},
|
|
272
262
|
{
|
|
263
|
+
"label": "Date",
|
|
273
264
|
"variant": "caption",
|
|
274
|
-
"format": "date",
|
|
275
265
|
"name": "date",
|
|
276
|
-
"
|
|
266
|
+
"format": "date"
|
|
277
267
|
},
|
|
278
268
|
{
|
|
269
|
+
"variant": "badge",
|
|
279
270
|
"name": "status",
|
|
280
|
-
"label": "Status"
|
|
281
|
-
|
|
271
|
+
"label": "Status"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"entity": "@payload.data",
|
|
275
|
+
"itemActions": [
|
|
276
|
+
{
|
|
277
|
+
"label": "View",
|
|
278
|
+
"event": "SELECT_DAY",
|
|
279
|
+
"icon": "eye"
|
|
282
280
|
}
|
|
283
|
-
]
|
|
281
|
+
],
|
|
282
|
+
"type": "data-list"
|
|
284
283
|
}
|
|
285
284
|
],
|
|
286
285
|
"direction": "vertical",
|
|
286
|
+
"type": "stack",
|
|
287
287
|
"gap": "lg"
|
|
288
288
|
}
|
|
289
289
|
]
|
|
@@ -298,21 +298,16 @@
|
|
|
298
298
|
"render-ui",
|
|
299
299
|
"main",
|
|
300
300
|
{
|
|
301
|
-
"align": "center",
|
|
302
|
-
"type": "stack",
|
|
303
|
-
"direction": "vertical",
|
|
304
|
-
"className": "py-12",
|
|
305
|
-
"gap": "md",
|
|
306
301
|
"children": [
|
|
307
302
|
{
|
|
308
|
-
"type": "icon",
|
|
309
303
|
"name": "alert-triangle",
|
|
310
|
-
"color": "destructive"
|
|
304
|
+
"color": "destructive",
|
|
305
|
+
"type": "icon"
|
|
311
306
|
},
|
|
312
307
|
{
|
|
313
|
-
"type": "typography",
|
|
314
308
|
"variant": "h3",
|
|
315
|
-
"content": "Failed to load"
|
|
309
|
+
"content": "Failed to load",
|
|
310
|
+
"type": "typography"
|
|
316
311
|
},
|
|
317
312
|
{
|
|
318
313
|
"content": "@payload.error",
|
|
@@ -321,13 +316,18 @@
|
|
|
321
316
|
"variant": "body"
|
|
322
317
|
},
|
|
323
318
|
{
|
|
324
|
-
"action": "INIT",
|
|
325
319
|
"type": "button",
|
|
326
|
-
"
|
|
320
|
+
"action": "INIT",
|
|
321
|
+
"variant": "primary",
|
|
327
322
|
"icon": "rotate-ccw",
|
|
328
|
-
"
|
|
323
|
+
"label": "Retry"
|
|
329
324
|
}
|
|
330
|
-
]
|
|
325
|
+
],
|
|
326
|
+
"direction": "vertical",
|
|
327
|
+
"gap": "md",
|
|
328
|
+
"align": "center",
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"className": "py-12"
|
|
331
331
|
}
|
|
332
332
|
]
|
|
333
333
|
]
|
|
@@ -371,8 +371,8 @@
|
|
|
371
371
|
"CalendarEvent",
|
|
372
372
|
{
|
|
373
373
|
"emit": {
|
|
374
|
-
"
|
|
375
|
-
"
|
|
374
|
+
"success": "CalendarEventLoaded",
|
|
375
|
+
"failure": "CalendarEventLoadFailed"
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
],
|