Skip to content

Commit 98c2e02

Browse files
committed
Remove dist/index.js and related exports, update imports, and regenerate Tailwind CSS styles.
1 parent a69a42b commit 98c2e02

File tree

4 files changed

+3
-256
lines changed

4 files changed

+3
-256
lines changed

dist/index.js

Lines changed: 0 additions & 252 deletions
This file was deleted.

src/components/FormBuilder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ?? ''}

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { html } from 'lit';
33
import { 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

1010
const modules = import.meta.glob([

0 commit comments

Comments
 (0)