New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.15.8 to 0.15.9

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.15.9](https://github.com/themesberg/flowbite-svelte/compare/v0.15.8...v0.15.9) (2022-04-30)
### Features
* add color and size to Toggle component ([6595bb3](https://github.com/themesberg/flowbite-svelte/commit/6595bb38d95ae42862d134fee979ae97b66ab911))
### [0.15.8](https://github.com/themesberg/flowbite-svelte/compare/v0.15.7...v0.15.8) (2022-04-29)

@@ -7,0 +14,0 @@

import { SvelteComponentTyped } from "svelte";
import type { ToggleColorType } from '../types.js';
declare const __propDef: {
props: {
[x: string]: any;
name?: string;
color: ToggleColorType;
size?: 'small' | 'default' | 'large';
id?: string;
label?: string;
value: string;
checked?: boolean;

@@ -11,2 +16,3 @@ disabled?: boolean;

divClass?: string;
inputClass?: string;
spanClass?: string;

@@ -13,0 +19,0 @@ };

2

package.json
{
"name": "flowbite-svelte",
"version": "0.15.8",
"version": "0.15.9",
"description": "Flowbite components for Svelte",

@@ -5,0 +5,0 @@ "main": "./package/index.js",

@@ -199,2 +199,3 @@ import type { SvelteComponent } from 'svelte';

}
export declare type ToggleColorType = 'red' | 'green' | 'purple' | 'yellow' | 'teal' | 'orange';
export interface TransitionParamTypes {

@@ -201,0 +202,0 @@ delay?: number;

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