Fix bbui component usage

This commit is contained in:
Adria Navarro 2024-12-30 14:14:50 +01:00
parent 793295ffee
commit 0f92b8980b
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@
} }
} }
export let overBackground export let overBackground = false
</script> </script>
<!-- svelte-ignore a11y-no-static-element-interactions --> <!-- svelte-ignore a11y-no-static-element-interactions -->

View File

@ -19,7 +19,8 @@
"@budibase/pro": ["./packages/pro/src"], "@budibase/pro": ["./packages/pro/src"],
"@budibase/string-templates": ["./packages/string-templates/src"], "@budibase/string-templates": ["./packages/string-templates/src"],
"@budibase/string-templates/*": ["./packages/string-templates/*"], "@budibase/string-templates/*": ["./packages/string-templates/*"],
"@budibase/frontend-core": ["./packages/frontend-core/src"] "@budibase/frontend-core": ["./packages/frontend-core/src"],
"@budibase/bbui": ["./packages/bbui/src"]
} }
}, },
"exclude": [] "exclude": []