flowbite-svelte
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -5,3 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
avatar: AvatarType; | ||
avatar?: AvatarType; | ||
avatarClass?: string; | ||
@@ -8,0 +8,0 @@ placehoder?: boolean; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { DropdownType, Colors } from '../types'; | ||
import type { DropdownType, DropdownColorType } from '../types'; | ||
declare const __propDef: { | ||
@@ -8,3 +8,3 @@ props: { | ||
textSize?: string; | ||
color?: Colors; | ||
color?: DropdownColorType; | ||
items: DropdownType[]; | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "./package/index.js", |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
items: Array<Array<string>>; | ||
html?: boolean; | ||
rowState?: 'striped' | 'hover' | undefined; | ||
@@ -7,0 +8,0 @@ }; |
import type { SvelteComponent } from 'svelte'; | ||
export declare type Colors = 'blue' | 'gray' | 'red' | 'yellow' | 'purple' | 'green' | 'indigo' | 'pink'; | ||
export declare type DropdownColorType = 'blue' | 'blue-outline' | 'dark' | 'dark-outline' | 'light' | 'green' | 'green-outline' | 'red' | 'red-outline' | 'yellow' | 'yellow-outline' | 'purple' | 'purple-outline'; | ||
export declare type Buttontypes = 'blue' | 'blue-outline' | 'dark' | 'dark-outline' | 'light' | 'green' | 'green-outline' | 'red' | 'red-outline' | 'yellow' | 'yellow-outline' | 'purple' | 'purple-outline'; | ||
@@ -4,0 +5,0 @@ export declare type Buttonshadows = 'blue' | 'green' | 'cyan' | 'teal' | 'lime' | 'red' | 'pink' | 'purple'; |
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
313503
2337