@almadar/std 16.142.0 → 16.144.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/lolo/ui/core/atoms/std-app-layout.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +8 -0
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +5 -0
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +18 -1
- package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +17 -0
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +2 -3
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +2 -3
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +2 -3
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
- package/behaviors/registry/ui/core/atoms/std-board.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +6 -1
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -0
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors/behaviors-embeddings.json +309 -309
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +26 -0
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +6 -1
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -0
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +52 -2
- package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors-embeddings.json +309 -309
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -1
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry.d.ts +9 -1
- package/dist/registry.js +12 -1
- package/package.json +7 -6
|
@@ -373,19 +373,6 @@
|
|
|
373
373
|
"eventId": "evt_01KXG04T5Q7ZFPSWYBZTKDFZEP",
|
|
374
374
|
"from": "idle",
|
|
375
375
|
"to": "idle"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"effects": [
|
|
379
|
-
[
|
|
380
|
-
"emit",
|
|
381
|
-
"VIEW",
|
|
382
|
-
{}
|
|
383
|
-
]
|
|
384
|
-
],
|
|
385
|
-
"event": "VIEW",
|
|
386
|
-
"eventId": "evt_01KXG04T5Q6H3S155F80B55SFP",
|
|
387
|
-
"from": "idle",
|
|
388
|
-
"to": "idle"
|
|
389
376
|
}
|
|
390
377
|
]
|
|
391
378
|
}
|