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.35 to 0.15.36

10

CHANGELOG.md

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

### [0.15.36](https://github.com/themesberg/flowbite-svelte/compare/v0.15.35...v0.15.36) (2022-05-17)
### Bug Fixes
* add '' to string types ([387363a](https://github.com/themesberg/flowbite-svelte/commit/387363a3b3668dc66a7790331927e1c1641e4de6))
* add bind:checked to Checkbox ([7cfcf67](https://github.com/themesberg/flowbite-svelte/commit/7cfcf67b52a1496f57f8ef31b4205464f9eb82a0))
* add bind:checked to Toggle ([18a34ea](https://github.com/themesberg/flowbite-svelte/commit/18a34eaaf65539bf176da642b4a04f644265f647))
* remove radio, search etc from InputType ([ed95418](https://github.com/themesberg/flowbite-svelte/commit/ed9541808da054b383c6addff55907d955dad32f))
### [0.15.35](https://github.com/themesberg/flowbite-svelte/compare/v0.15.34...v0.15.35) (2022-05-15)

@@ -7,0 +17,0 @@

9

forms/Checkbox.svelte.d.ts

@@ -15,6 +15,7 @@ import { SvelteComponentTyped } from "svelte";

color?: FormColorType;
helper: string;
id: string;
value: string;
label: string;
helper?: string;
id?: string;
value?: string;
label?: string;
checked?: boolean;
};

@@ -21,0 +22,0 @@ events: {

@@ -7,7 +7,7 @@ import { SvelteComponentTyped } from "svelte";

name?: string;
color: ToggleColorType;
color?: ToggleColorType;
size?: 'small' | 'default' | 'large';
id?: string;
label?: string;
value: string;
value?: string;
checked?: boolean;

@@ -14,0 +14,0 @@ disabled?: boolean;

{
"name": "flowbite-svelte",
"version": "0.15.35",
"version": "0.15.36",
"description": "Flowbite components for Svelte",

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

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

};
export declare type InputType = 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week';
export declare type InputType = 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'reset' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week';
export interface InteractiveTabType {

@@ -198,3 +198,3 @@ name: string;

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

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

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