Skip to content

Commit 29edcef

Browse files
committed
Fix
1 parent b06772b commit 29edcef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/lib/components/Inputs/TextField.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export let invalidMessage: string = "Invalid";
1010
export let required: boolean = false;
1111
export let onEnter: (event: KeyboardEvent) => void = () => {};
12-
export let width: "100%";
12+
export let width = "100%";
1313
</script>
1414

1515
<div class="input-root" style="width: {width};">

src/lib/metadata.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ export const metadata = {
44
version: "1.9.1",
55
packageName: "@davidnet/svelte-ui",
66
npmUrl: "https://www.npmjs.com/package/@davidnet/svelte-ui",
7-
commitHash: "ec87e51",
8-
fullCommitHash: "ec87e51d45a3bd1cc37938625667a7979b62d11a",
9-
commitDate: "2025-08-10T12:05:07+02:00",
7+
commitHash: "b06772b",
8+
fullCommitHash: "b06772b633e8e8dc4ffb27828fd0c801157d0325",
9+
commitDate: "2025-08-11T00:23:59+02:00",
1010
branch: "main",
11-
commitUrl: "https://github.com/davidnet-net/svelte-ui/commit/ec87e51d45a3bd1cc37938625667a7979b62d11a",
11+
commitUrl: "https://github.com/davidnet-net/svelte-ui/commit/b06772b633e8e8dc4ffb27828fd0c801157d0325",
1212
repoUrl: "https://github.com/davidnet-net/svelte-ui"
1313
};

0 commit comments

Comments
 (0)