1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
This commit is contained in:
Andrew Kingston 2021-06-25 17:27:06 +01:00
parent 3a78b26230
commit b2c843adb4
3 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<script>
import { store, selectedComponent, currentAsset } from "builderStore"
import { store, selectedComponent } from "builderStore"
import { Tabs, Tab } from "@budibase/bbui"
import ScreenSettingsSection from "./ScreenSettingsSection.svelte"
import ComponentSettingsSection from "./ComponentSettingsSection.svelte"

View file

@ -1,5 +1,4 @@
import { Input, Select, ColorPicker } from "@budibase/bbui"
import FlatButtonGroup from "./PropertyControls/FlatButtonGroup"
export const margin = {
label: "Margin",

View file

@ -1,4 +1,3 @@
const _ = require("lodash")
const ALPHA_NUMERIC_REGEX = /^[A-Za-z0-9]+$/g
module.exports.FIND_HBS_REGEX = /{{([^{].*?)}}/g