Fix bbui component usage
This commit is contained in:
parent
793295ffee
commit
0f92b8980b
|
@ -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 -->
|
||||||
|
|
|
@ -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": []
|
||||||
|
|
Loading…
Reference in New Issue