File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 processProps ,
66 } from ' @svelte-preprocess-react/component' ;
77 import { getSlots } from ' @svelte-preprocess-react/svelte-contexts/slot.svelte' ;
8- import type React from ' react' ;
98 import type { FileData } from ' @gradio/client' ;
109 import cls from ' classnames' ;
1110
Original file line number Diff line number Diff line change 55 processProps ,
66 } from ' @svelte-preprocess-react/component' ;
77 import { getSlots } from ' @svelte-preprocess-react/svelte-contexts/slot.svelte' ;
8- import type React from ' react' ;
98 import cls from ' classnames' ;
109
1110 const AwaitedBadge = importComponent (() => import (' ./badge' ));
Original file line number Diff line number Diff line change 55 processProps ,
66 } from ' @svelte-preprocess-react/component' ;
77 import { getSlots } from ' @svelte-preprocess-react/svelte-contexts/slot.svelte' ;
8- import type React from ' react' ;
98 import cls from ' classnames' ;
109
1110 const AwaitedCalender = importComponent (() => import (' ./calendar' ));
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keywords = [
2323 ' gradio-antdx' ,
2424]
2525# Add dependencies here
26- dependencies = [" 6.0=<gradio <=6.8.0" ]
26+ dependencies = [" gradio>= 6.0, <=6.8.0" ]
2727classifiers = [
2828 ' Development Status :: 3 - Alpha' ,
2929 ' License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments