Browse Source

Lint

pull/1834/head
Andrew Kingston 5 years ago
parent
commit
b2c843adb4
  1. 2
      packages/builder/src/components/design/PropertiesPanel/PropertiesPanel.svelte
  2. 1
      packages/builder/src/components/design/PropertiesPanel/componentStyles.js
  3. 1
      packages/string-templates/src/utilities.js

2
packages/builder/src/components/design/PropertiesPanel/PropertiesPanel.svelte

@ -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"

1
packages/builder/src/components/design/PropertiesPanel/componentStyles.js

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

1
packages/string-templates/src/utilities.js

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

Loading…
Cancel
Save