File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
export let invalidMessage: string = " Invalid" ;
10
10
export let required: boolean = false ;
11
11
export let onEnter: (event : KeyboardEvent ) => void = () => {};
12
- export let width: " 100%" ;
12
+ export let width = " 100%" ;
13
13
</script >
14
14
15
15
<div class ="input-root" style ="width: {width };" >
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ export const metadata = {
4
4
version : "1.9.1" ,
5
5
packageName : "@davidnet/svelte-ui" ,
6
6
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" ,
10
10
branch : "main" ,
11
- commitUrl : "https://github.com/davidnet-net/svelte-ui/commit/ec87e51d45a3bd1cc37938625667a7979b62d11a " ,
11
+ commitUrl : "https://github.com/davidnet-net/svelte-ui/commit/b06772b633e8e8dc4ffb27828fd0c801157d0325 " ,
12
12
repoUrl : "https://github.com/davidnet-net/svelte-ui"
13
13
} ;
You can’t perform that action at this time.
0 commit comments