File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-headlessui" ,
33 "description" : " HeadlessUI components for Svelte" ,
4- "version" : " 0.0.45 " ,
4+ "version" : " 0.0.46 " ,
55 "type" : " module" ,
66 "keywords" : [
77 " svelte" ,
4949 "homepage" : " https://captaincodeman.github.io/svelte-headlessui/" ,
5050 "repository" : {
5151 "type" : " git" ,
52- "url" : " https://github.com/captaincodeman/svelte-headlessui.git"
52+ "url" : " git+ https://github.com/captaincodeman/svelte-headlessui.git"
5353 },
5454 "author" : {
5555 "name" : " Simon Green" ,
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ export function newID() {
55}
66
77export function ensureID ( node : HTMLElement , prefix : string ) {
8- node . id = `${ prefix } :${ newID ( ) } `
8+ node . id = node . id || `${ prefix } :${ newID ( ) } `
99}
You can’t perform that action at this time.
0 commit comments