@arisbh/marqueeck
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -12,6 +12,5 @@ import { SvelteComponent } from "svelte"; | ||
hoverClasses?: string | undefined; | ||
on_click?: ((event: MouseEvent | KeyboardEvent) => void) | undefined; | ||
}; | ||
events: { | ||
click: MouseEvent; | ||
keydown: KeyboardEvent; | ||
hoverIn: CustomEvent<any>; | ||
@@ -18,0 +17,0 @@ hoverOut: CustomEvent<any>; |
{ | ||
"name": "@arisbh/marqueeck", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Marqueeck is a performant full-featured marquee component for Svelte, style-free, highly customizable and dependency-less.", | ||
@@ -35,12 +35,12 @@ "author": { | ||
"devDependencies": { | ||
"@skeletonlabs/skeleton": "^2.2.0", | ||
"@skeletonlabs/tw-plugin": "^0.2.1", | ||
"@skeletonlabs/skeleton": "^2.4.0", | ||
"@skeletonlabs/tw-plugin": "^0.2.3", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^1.25.2", | ||
"@sveltejs/kit": "^1.27.1", | ||
"@sveltejs/package": "^2.2.2", | ||
"@types/node": "^20.8.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"@types/node": "^20.8.9", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -53,10 +53,10 @@ "eslint-plugin-svelte": "^2.34.0", | ||
"prettier-plugin-svelte": "^3.0.3", | ||
"publint": "^0.2.4", | ||
"svelte": "^4.2.1", | ||
"publint": "^0.2.5", | ||
"svelte": "^4.2.2", | ||
"svelte-check": "^3.5.2", | ||
"svelte-preprocess": "^5.0.4", | ||
"tailwindcss": "^3.3.3", | ||
"tailwindcss": "^3.3.5", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11", | ||
"vite": "^4.5.0", | ||
"vite-plugin-tailwind-purgecss": "^0.1.3" | ||
@@ -63,0 +63,0 @@ }, |
@@ -0,0 +0,0 @@ # Marqueeck |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18831
299