Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flowbite-svelte

Package Overview
Dependencies
Maintainers
1
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-svelte - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

2

avatar/Avatar.svelte.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc