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.11 to 0.15.12

forms/RadioInline.svelte

7

CHANGELOG.md

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

### [0.15.12](https://github.com/themesberg/flowbite-svelte/compare/v0.15.11...v0.15.12) (2022-05-05)
### Features
* add RadioItem and RadioInline for colors, inline, helper text ([9fc2812](https://github.com/themesberg/flowbite-svelte/commit/9fc281268f8008023e5a8d501893b8761ba8a5ef))
### [0.15.11](https://github.com/themesberg/flowbite-svelte/compare/v0.15.10...v0.15.11) (2022-05-03)

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

3

index.js

@@ -65,3 +65,4 @@ // Accordion

export { default as Input } from './forms/Input.svelte'
export { default as Radio } from './forms/Radio.svelte'
export { default as RadioInline } from './forms/RadioInline.svelte'
export { default as RadioItem } from './forms/RadioItem.svelte'
export { default as Range } from './forms/Range.svelte'

@@ -68,0 +69,0 @@ export { default as SingleCheckbox } from './forms/SingleCheckbox.svelte'

{
"name": "flowbite-svelte",
"version": "0.15.11",
"version": "0.15.12",
"description": "Flowbite components for Svelte",

@@ -131,3 +131,4 @@ "main": "./package/index.js",

"./forms/Input.svelte": "./forms/Input.svelte",
"./forms/Radio.svelte": "./forms/Radio.svelte",
"./forms/RadioInline.svelte": "./forms/RadioInline.svelte",
"./forms/RadioItem.svelte": "./forms/RadioItem.svelte",
"./forms/Range.svelte": "./forms/Range.svelte",

@@ -134,0 +135,0 @@ "./forms/Search.svelte": "./forms/Search.svelte",

@@ -120,4 +120,6 @@ import type { SvelteComponent } from 'svelte';

}
export declare type RadioColorType = 'blue' | 'red' | 'green' | 'purple' | 'teal' | 'yellow' | 'orange';
export interface RadioType {
id: string;
name: string;
label: string | HTMLElement;

@@ -127,2 +129,4 @@ value: string;

disabled?: boolean;
helper?: string;
color?: RadioColorType;
}

@@ -129,0 +133,0 @@ export declare type SelectOptionType = {

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