Comparing version 2.0.0-next.27 to 2.0.0-next.28
@@ -9,4 +9,5 @@ declare const Ripple: import("svelte").Component<{ | ||
secondary?: boolean; | ||
onclick?: (e: MouseEvent) => any; | ||
}, {}, "hover" | "clicked">; | ||
type Ripple = ReturnType<typeof Ripple>; | ||
export default Ripple; |
@@ -20,4 +20,6 @@ import type { HTMLInputAttributes, HTMLTextareaAttributes } from 'svelte/elements'; | ||
block?: boolean; | ||
plain?: boolean; | ||
autosize?: boolean; | ||
}, {}, "input" | "value">; | ||
type Input = ReturnType<typeof Input>; | ||
export default Input; |
{ | ||
"name": "nunui", | ||
"version": "2.0.0-next.27", | ||
"version": "2.0.0-next.28", | ||
"scripts": { | ||
@@ -53,3 +53,6 @@ "dev": "vite dev", | ||
"types": "./dist/index.d.ts", | ||
"type": "module" | ||
"type": "module", | ||
"dependencies": { | ||
"autosize": "^6.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77859
424
2
+ Addedautosize@^6.0.1
+ Addedautosize@6.0.1(transitive)
+ Addedsvelte@5.19.6(transitive)
- Removedsvelte@5.19.9(transitive)