@bexis2/bexis2-core-ui 0.3.6 → 0.3.7
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/README.md
CHANGED
|
@@ -17,7 +17,7 @@ function isNewModule(module) {
|
|
|
17
17
|
}
|
|
18
18
|
</script>
|
|
19
19
|
|
|
20
|
-
<ListBox class="sm:bg-white sm:border">
|
|
20
|
+
<ListBox class="sm:bg-white sm:border overflow-y-auto max-h-[500px]">
|
|
21
21
|
{#each items as item}
|
|
22
22
|
{#if isNewModule(item.Module)}<hr class="text-surface-800" />{/if}
|
|
23
23
|
<ListBoxItem
|
package/dist/models/Models.d.ts
CHANGED
package/package.json
CHANGED