flowbite-svelte
Advanced tools
Comparing version 0.38.4 to 0.38.5
@@ -11,2 +11,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
open?: boolean | undefined; | ||
ulClass?: string | undefined; | ||
}; | ||
@@ -13,0 +14,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
ratings?: { | ||
@@ -5,0 +6,0 @@ label: string; |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
olClass?: string | undefined; | ||
@@ -5,0 +6,0 @@ }; |
@@ -5,3 +5,12 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
[x: string]: any; | ||
activities: ActivityType[]; | ||
liClass?: string | undefined; | ||
spanClass?: string | undefined; | ||
imgClass?: string | undefined; | ||
outerDivClass?: string | undefined; | ||
innerDivClass?: string | undefined; | ||
timeClass?: string | undefined; | ||
titleClass?: string | undefined; | ||
textClass?: string | undefined; | ||
}; | ||
@@ -27,2 +36,10 @@ events: { | ||
* @prop activities: ActivityType[]; | ||
* @prop liClass: string'; | ||
* @prop spanClass: string; | ||
* @prop imgClass: string; | ||
* @prop outerDivClass: string; | ||
* @prop innerDivClass: string; | ||
* @prop timeClass | ||
* @prop titleClass | ||
* @prop textClass | ||
* ## Example | ||
@@ -29,0 +46,0 @@ * ``` |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
divClass?: string | undefined; | ||
timeClass?: string | undefined; | ||
date: Date | string; | ||
olClass?: string | undefined; | ||
}; | ||
@@ -28,5 +30,6 @@ events: { | ||
* ## Props | ||
* @prop divClass: string = 'p-5 mb-4 bg-gray-50 rounded-lg border border-gray-100 dark:bg-gray-800 dark:border-gray-700'; | ||
* @prop timeClass: string = 'text-lg font-semibold text-gray-900 dark:text-white'; | ||
* @prop divClass: string; | ||
* @prop timeClass: string; | ||
* @prop date: Date | string; | ||
* @prop olClass: string; | ||
* ## Example | ||
@@ -33,0 +36,0 @@ * ``` |
@@ -5,3 +5,9 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
[x: string]: any; | ||
timelines: GroupTimelineType[]; | ||
aClass?: string | undefined; | ||
imgClass?: string | undefined; | ||
divClass?: string | undefined; | ||
titleClass?: string | undefined; | ||
spanClass?: string | undefined; | ||
}; | ||
@@ -27,2 +33,8 @@ events: { | ||
* @prop timelines: GroupTimelineType[]; | ||
* @prop aClass: string | ||
* @prop imgClass: string; | ||
* @prop divClass: string; | ||
* @prop titleClass: string; | ||
* @prop spanClass: string; | ||
* | ||
* ## Example | ||
@@ -29,0 +41,0 @@ * ``` |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
customClass?: string | undefined; | ||
order?: "default" | "group" | "horizontal" | "vertical" | "custom" | "activity" | undefined; | ||
[x: string]: any; | ||
order?: "default" | "group" | "horizontal" | "vertical" | "activity" | undefined; | ||
}; | ||
@@ -7,0 +7,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
olClass?: string | undefined; | ||
@@ -5,0 +6,0 @@ }; |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
title?: string | undefined; | ||
date?: string | undefined; | ||
customDiv?: string | undefined; | ||
customTimeClass?: string | undefined; | ||
customLiClass?: string | undefined; | ||
svgClass?: string | undefined; | ||
@@ -34,5 +32,2 @@ }; | ||
* @prop date: string = ''; | ||
* @prop customDiv: string = ''; | ||
* @prop customTimeClass: string = ''; | ||
* @prop customLiClass: string =''; | ||
* @prop svgCl | ||
@@ -39,0 +34,0 @@ * ## Example |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
title: string; | ||
@@ -8,2 +9,8 @@ date: string; | ||
text: string; | ||
liClass?: string | undefined; | ||
divClass?: string | undefined; | ||
h3Class?: string | undefined; | ||
timeClass?: string | undefined; | ||
pClass?: string | undefined; | ||
aClass?: string | undefined; | ||
linkname: string; | ||
@@ -36,2 +43,7 @@ icon: string; | ||
* @prop icon: string; | ||
* @prop liClass: string; | ||
* @prop divClass: string; | ||
* @prop timeClass: string; | ||
* @prop pClass: string; | ||
* @prop aClass: string; | ||
* ## Example | ||
@@ -38,0 +50,0 @@ * ``` |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: any; | ||
title: string; | ||
date: string; | ||
liClass?: string | undefined; | ||
spanClass?: string | undefined; | ||
h3Class?: string | undefined; | ||
timeClass?: string | undefined; | ||
}; | ||
@@ -30,2 +35,6 @@ events: { | ||
* @prop date: string; | ||
* @prop liClass: string; | ||
* @prop spanClass: string; | ||
* @prop h3Class: string; | ||
* @prop timeClass: string; | ||
* ## Example | ||
@@ -32,0 +41,0 @@ * ``` |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.38.4", | ||
"version": "0.38.5", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
1131231
12265