flowbite-svelte
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -9,3 +9,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
divClass?: string; | ||
helper: any; | ||
helper: string; | ||
}; | ||
@@ -12,0 +12,0 @@ events: { |
@@ -5,3 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
id: string; | ||
type: string; | ||
type: 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week'; | ||
name: string; | ||
@@ -8,0 +8,0 @@ label: string; |
@@ -7,3 +7,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
id: string; | ||
type: string; | ||
type: 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week'; | ||
icon: typeof SvelteComponent; | ||
@@ -10,0 +10,0 @@ helper: string; |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
type: string; | ||
type: 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week'; | ||
name: string; | ||
@@ -6,0 +6,0 @@ id: string; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
props: { | ||
id?: string; | ||
btnColor?: string; | ||
textColor?: string; | ||
btnColor?: Colors; | ||
textColor?: Colors; | ||
title?: string; | ||
@@ -8,0 +9,0 @@ btn1: string; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
props: { | ||
id?: string; | ||
btnColor?: string; | ||
textColor?: string; | ||
btnColor?: Colors; | ||
textColor?: Colors; | ||
title?: string; | ||
@@ -8,0 +9,0 @@ btn1: string; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
props: { | ||
id?: string; | ||
btnColor?: string; | ||
textColor?: string; | ||
btnColor?: Colors; | ||
textColor?: Colors; | ||
title?: string; | ||
@@ -8,0 +9,0 @@ btn1: string; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
@@ -6,3 +7,3 @@ props: { | ||
btnName?: string; | ||
btnColor?: string; | ||
btnColor?: Colors; | ||
openFn?: (id: string) => void; | ||
@@ -9,0 +10,0 @@ }; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
props: { | ||
id?: string; | ||
btnSignInColor?: string; | ||
btnSignInColor?: Colors; | ||
titleSignIn?: string; | ||
@@ -7,0 +8,0 @@ lostPasswordLink: string; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Colors } from '../types'; | ||
declare const __propDef: { | ||
props: { | ||
id?: string; | ||
btnColor?: string; | ||
textColor?: string; | ||
btnColor?: Colors; | ||
textColor?: Colors; | ||
title?: string; | ||
@@ -8,0 +9,0 @@ btn1: string; |
@@ -21,3 +21,5 @@ import { SvelteComponentTyped } from "svelte"; | ||
}; | ||
slots: {}; | ||
slots: { | ||
user: {}; | ||
}; | ||
}; | ||
@@ -24,0 +26,0 @@ export declare type DropdownNavbarProps = typeof __propDef.props; |
@@ -18,3 +18,5 @@ import { SvelteComponentTyped } from "svelte"; | ||
}; | ||
slots: {}; | ||
slots: { | ||
user: {}; | ||
}; | ||
}; | ||
@@ -21,0 +23,0 @@ export declare type NavbarProps = typeof __propDef.props; |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -41,2 +41,6 @@ # FLOWBITE-SVELTE | ||
## Form components | ||
[Forms](https://flowbite-svelte.vercel.app/forms) | ||
## Footer | ||
@@ -43,0 +47,0 @@ |
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
256070
1645
75