@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
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"CartItem",
|
|
161
161
|
{
|
|
162
162
|
"emit": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
163
|
+
"failure": "CartItemLoadFailed",
|
|
164
|
+
"success": "CartItemLoaded"
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
],
|
|
@@ -169,22 +169,22 @@
|
|
|
169
169
|
"render-ui",
|
|
170
170
|
"main",
|
|
171
171
|
{
|
|
172
|
+
"gap": "md",
|
|
172
173
|
"children": [
|
|
173
174
|
{
|
|
174
175
|
"type": "spinner"
|
|
175
176
|
},
|
|
176
177
|
{
|
|
178
|
+
"variant": "caption",
|
|
177
179
|
"color": "muted",
|
|
178
|
-
"content": "Loading cart…",
|
|
179
180
|
"type": "typography",
|
|
180
|
-
"
|
|
181
|
+
"content": "Loading cart…"
|
|
181
182
|
}
|
|
182
183
|
],
|
|
183
|
-
"
|
|
184
|
-
"align": "center",
|
|
185
|
-
"className": "py-12",
|
|
184
|
+
"direction": "vertical",
|
|
186
185
|
"type": "stack",
|
|
187
|
-
"
|
|
186
|
+
"className": "py-12",
|
|
187
|
+
"align": "center"
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
]
|
|
@@ -198,38 +198,38 @@
|
|
|
198
198
|
"render-ui",
|
|
199
199
|
"main",
|
|
200
200
|
{
|
|
201
|
-
"type": "stack",
|
|
202
201
|
"direction": "vertical",
|
|
203
202
|
"gap": "lg",
|
|
203
|
+
"type": "stack",
|
|
204
204
|
"children": [
|
|
205
205
|
{
|
|
206
206
|
"justify": "between",
|
|
207
207
|
"type": "stack",
|
|
208
|
-
"direction": "horizontal",
|
|
209
208
|
"gap": "md",
|
|
209
|
+
"direction": "horizontal",
|
|
210
210
|
"children": [
|
|
211
211
|
{
|
|
212
212
|
"type": "stack",
|
|
213
|
-
"direction": "horizontal",
|
|
214
|
-
"gap": "md",
|
|
215
213
|
"children": [
|
|
216
214
|
{
|
|
217
|
-
"
|
|
218
|
-
"
|
|
215
|
+
"name": "shopping-cart",
|
|
216
|
+
"type": "icon"
|
|
219
217
|
},
|
|
220
218
|
{
|
|
221
|
-
"variant": "h2",
|
|
222
219
|
"content": "Shopping Cart",
|
|
220
|
+
"variant": "h2",
|
|
223
221
|
"type": "typography"
|
|
224
222
|
}
|
|
225
|
-
]
|
|
223
|
+
],
|
|
224
|
+
"gap": "md",
|
|
225
|
+
"direction": "horizontal"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"
|
|
229
|
-
"label": "Add Item",
|
|
230
|
-
"action": "ADD_ITEM",
|
|
228
|
+
"variant": "primary",
|
|
231
229
|
"type": "button",
|
|
232
|
-
"
|
|
230
|
+
"label": "Add Item",
|
|
231
|
+
"icon": "plus",
|
|
232
|
+
"action": "ADD_ITEM"
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
},
|
|
@@ -237,33 +237,33 @@
|
|
|
237
237
|
"type": "divider"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"
|
|
240
|
+
"entity": "@payload.data",
|
|
241
|
+
"itemActions": [
|
|
242
|
+
{
|
|
243
|
+
"event": "REQUEST_REMOVE",
|
|
244
|
+
"label": "Remove",
|
|
245
|
+
"variant": "danger"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
241
248
|
"fields": [
|
|
242
249
|
{
|
|
243
|
-
"
|
|
250
|
+
"icon": "shopping-cart",
|
|
244
251
|
"variant": "h4",
|
|
245
252
|
"name": "name",
|
|
246
|
-
"
|
|
253
|
+
"label": "Name"
|
|
247
254
|
},
|
|
248
255
|
{
|
|
249
|
-
"
|
|
256
|
+
"label": "Description",
|
|
250
257
|
"name": "description",
|
|
251
|
-
"
|
|
258
|
+
"variant": "caption"
|
|
252
259
|
},
|
|
253
260
|
{
|
|
254
|
-
"variant": "badge",
|
|
255
261
|
"label": "Status",
|
|
262
|
+
"variant": "badge",
|
|
256
263
|
"name": "status"
|
|
257
264
|
}
|
|
258
265
|
],
|
|
259
|
-
"
|
|
260
|
-
{
|
|
261
|
-
"event": "REQUEST_REMOVE",
|
|
262
|
-
"variant": "danger",
|
|
263
|
-
"label": "Remove"
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"entity": "@payload.data"
|
|
266
|
+
"type": "data-grid"
|
|
267
267
|
}
|
|
268
268
|
]
|
|
269
269
|
}
|
|
@@ -279,36 +279,36 @@
|
|
|
279
279
|
"render-ui",
|
|
280
280
|
"main",
|
|
281
281
|
{
|
|
282
|
-
"className": "py-12",
|
|
283
|
-
"type": "stack",
|
|
284
282
|
"children": [
|
|
285
283
|
{
|
|
286
|
-
"type": "icon",
|
|
287
284
|
"name": "alert-triangle",
|
|
288
|
-
"color": "destructive"
|
|
285
|
+
"color": "destructive",
|
|
286
|
+
"type": "icon"
|
|
289
287
|
},
|
|
290
288
|
{
|
|
291
289
|
"type": "typography",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
290
|
+
"variant": "h3",
|
|
291
|
+
"content": "Failed to load cart"
|
|
294
292
|
},
|
|
295
293
|
{
|
|
296
|
-
"content": "@payload.error",
|
|
297
294
|
"type": "typography",
|
|
298
295
|
"variant": "body",
|
|
296
|
+
"content": "@payload.error",
|
|
299
297
|
"color": "muted"
|
|
300
298
|
},
|
|
301
299
|
{
|
|
302
300
|
"type": "button",
|
|
303
|
-
"variant": "primary",
|
|
304
|
-
"icon": "rotate-ccw",
|
|
305
301
|
"action": "INIT",
|
|
306
|
-
"label": "Retry"
|
|
302
|
+
"label": "Retry",
|
|
303
|
+
"variant": "primary",
|
|
304
|
+
"icon": "rotate-ccw"
|
|
307
305
|
}
|
|
308
306
|
],
|
|
307
|
+
"align": "center",
|
|
308
|
+
"className": "py-12",
|
|
309
309
|
"direction": "vertical",
|
|
310
|
-
"
|
|
311
|
-
"
|
|
310
|
+
"type": "stack",
|
|
311
|
+
"gap": "md"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
314
|
]
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
"CartItem",
|
|
324
324
|
{
|
|
325
325
|
"emit": {
|
|
326
|
-
"
|
|
327
|
-
"
|
|
326
|
+
"failure": "CartItemLoadFailed",
|
|
327
|
+
"success": "CartItemLoaded"
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -370,15 +370,15 @@
|
|
|
370
370
|
"name": "CartItemAddItem",
|
|
371
371
|
"linkedEntity": "CartItem",
|
|
372
372
|
"config": {
|
|
373
|
-
"
|
|
373
|
+
"icon": "plus-circle",
|
|
374
374
|
"openButtonLabel": "Add Item",
|
|
375
375
|
"fields": [
|
|
376
376
|
"name",
|
|
377
377
|
"description",
|
|
378
378
|
"status"
|
|
379
379
|
],
|
|
380
|
-
"
|
|
381
|
-
"
|
|
380
|
+
"mode": "create",
|
|
381
|
+
"title": "Add Item"
|
|
382
382
|
},
|
|
383
383
|
"events": {
|
|
384
384
|
"OPEN": "ADD_ITEM"
|
|
@@ -389,10 +389,10 @@
|
|
|
389
389
|
"name": "CartItemRemoveConfirm",
|
|
390
390
|
"linkedEntity": "CartItem",
|
|
391
391
|
"config": {
|
|
392
|
-
"title": "Remove Item",
|
|
393
392
|
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
393
|
+
"confirmLabel": "Remove",
|
|
394
394
|
"icon": "alert-triangle",
|
|
395
|
-
"
|
|
395
|
+
"title": "Remove Item"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
398
|
"CONFIRM": "CONFIRM_REMOVE",
|
|
@@ -558,4 +558,4 @@
|
|
|
558
558
|
]
|
|
559
559
|
}
|
|
560
560
|
]
|
|
561
|
-
}
|
|
561
|
+
}
|
|
@@ -155,15 +155,15 @@
|
|
|
155
155
|
"render-ui",
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
158
159
|
"type": "stack",
|
|
159
|
-
"direction": "vertical",
|
|
160
160
|
"gap": "md",
|
|
161
|
-
"
|
|
161
|
+
"direction": "vertical",
|
|
162
162
|
"children": [
|
|
163
163
|
{
|
|
164
|
-
"gap": "sm",
|
|
165
|
-
"type": "stack",
|
|
166
164
|
"direction": "horizontal",
|
|
165
|
+
"type": "stack",
|
|
166
|
+
"gap": "sm",
|
|
167
167
|
"children": [
|
|
168
168
|
"@trait.FilteredItemSearch",
|
|
169
169
|
"@trait.FilteredItemFilter"
|
|
@@ -194,4 +194,4 @@
|
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
|
-
}
|
|
197
|
+
}
|