flowbite-svelte
Advanced tools
Comparing version 0.44.14 to 0.44.15
@@ -9,2 +9,3 @@ import { SvelteComponent } from "svelte"; | ||
olClass?: string | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -28,2 +29,3 @@ events: { | ||
* @prop export let olClass: string = 'inline-flex items-center space-x-1 md:space-x-3'; | ||
* @prop export let ariaLabel: string = 'Breadcrumb'; | ||
*/ | ||
@@ -30,0 +32,0 @@ export default class Breadcrumb extends SvelteComponent<BreadcrumbProps, BreadcrumbEvents, BreadcrumbSlots> { |
@@ -10,2 +10,3 @@ import { SvelteComponent } from "svelte"; | ||
import Indicators from './Indicators.svelte'; | ||
import Slide from './Slide.svelte'; | ||
declare const __propDef: { | ||
@@ -18,2 +19,3 @@ props: { | ||
duration?: number | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -26,2 +28,6 @@ events: { | ||
slots: { | ||
slide: { | ||
Slide: typeof Slide; | ||
index: number; | ||
}; | ||
default: { | ||
@@ -44,2 +50,3 @@ index: number; | ||
* @prop export let duration: number = 0; | ||
* @prop export let ariaLabel: string = 'Draggable Carousel'; | ||
*/ | ||
@@ -46,0 +53,0 @@ export default class Carousel extends SvelteComponent<CarouselProps, CarouselEvents, CarouselSlots> { |
@@ -9,2 +9,3 @@ import { SvelteComponent } from "svelte"; | ||
index?: number | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -30,2 +31,3 @@ events: { | ||
* @prop export let index: number = 0; | ||
* @prop export let ariaLabel: string = 'Click to view image'; | ||
*/ | ||
@@ -32,0 +34,0 @@ export default class Thumbnails extends SvelteComponent<ThumbnailsProps, ThumbnailsEvents, ThumbnailsSlots> { |
@@ -7,2 +7,3 @@ import { SvelteComponent } from "svelte"; | ||
size?: "sm" | "lg" | "md" | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -25,2 +26,3 @@ events: { | ||
* @prop export let size: 'sm' | 'md' | 'lg' = 'md'; | ||
* @prop export let ariaLabel: string = 'Dark mode'; | ||
*/ | ||
@@ -27,0 +29,0 @@ export default class DarkMode extends SvelteComponent<DarkModeProps, DarkModeEvents, DarkModeSlots> { |
@@ -12,2 +12,3 @@ import { SvelteComponent } from "svelte"; | ||
large?: boolean | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -47,2 +48,3 @@ events: { | ||
* @prop export let large: boolean = false; | ||
* @prop export let ariaLabel: string = 'Page navigation'; | ||
*/ | ||
@@ -49,0 +51,0 @@ export default class Pagination extends SvelteComponent<PaginationProps, PaginationEvents, PaginationSlots> { |
@@ -13,2 +13,3 @@ import { SvelteComponent } from "svelte"; | ||
activeClass?: string | undefined; | ||
ariaLabel?: string | undefined; | ||
}; | ||
@@ -32,2 +33,3 @@ events: { | ||
* @prop export let activeClass: string = 'flex items-center p-2 text-base font-normal text-gray-900 bg-gray-200 dark:bg-gray-700 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700'; | ||
* @prop export let ariaLabel: string = 'Sidebar'; | ||
*/ | ||
@@ -34,0 +36,0 @@ export default class Sidebar extends SvelteComponent<SidebarProps, SidebarEvents, SidebarSlots> { |
@@ -10,2 +10,3 @@ import { SvelteComponent } from "svelte"; | ||
contextmenu: MouseEvent; | ||
dblclick: MouseEvent; | ||
} & { | ||
@@ -12,0 +13,0 @@ [evt: string]: CustomEvent<any>; |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.44.14", | ||
"version": "0.44.15", | ||
"description": "Flowbite components for Svelte", | ||
@@ -221,2 +221,6 @@ "main": "dist/index.js", | ||
}, | ||
"./Slide.svelte": { | ||
"types": "./dist/carousels/Slide.svelte.d.ts", | ||
"svelte": "./dist/carousels/Slide.svelte" | ||
}, | ||
"./Thumbnail.svelte": { | ||
@@ -223,0 +227,0 @@ "types": "./dist/carousels/Thumbnail.svelte.d.ts", |
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
912789
486
9282