File tree Expand file tree Collapse file tree 4 files changed +3
-256
lines changed
Expand file tree Collapse file tree 4 files changed +3
-256
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ export default class FormBuilder {
211211 const tpl = html `< bln-button
212212 .variant =${ ( props . variant as any ) ?? 'solid' }
213213 .size =${ props . size ?? 'medium' }
214- .withArrow=${ props . withArrow ?? false }
215214 .withStripes=${ props . withStripes ?? false }
216215 .disabled=${ props . disabled ?? false }
217216 .class=${ props . class ?? '' }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { html } from 'lit';
33import { ifDefined } from 'lit/directives/if-defined.js' ;
44
55
6- import './BlnSelect' ;
7- import type { BlnSelectProps } from '../src /components/BlnSelect' ;
6+ import './components/ BlnSelect' ;
7+ import type { BlnSelectProps } from './components/BlnSelect' ;
88
99
1010const modules = import . meta. glob ( [
You can’t perform that action at this time.
0 commit comments