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.4 to 0.15.5

4

carousels/Carousel.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import type { CarouselIconType } from '../types';
declare const __propDef: {

@@ -11,2 +12,5 @@ props: {

duration?: number;
icons?: CarouselIconType;
iconSize?: number;
iconClass?: string;
divClass?: string;

@@ -13,0 +17,0 @@ indicatorDivClass?: string;

import { SvelteComponentTyped } from "svelte";
import type { CarouselIconType } from '../types';
import type { TransitionTypes, TransitionParamTypes } from '../types';

@@ -16,2 +17,5 @@ declare const __propDef: {

indicatorDivClass?: string;
icons?: CarouselIconType;
iconSize?: number;
iconClass?: string;
captionClass?: string;

@@ -18,0 +22,0 @@ indicatorClass?: string;

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

### [0.15.5](https://github.com/themesberg/flowbite-svelte/compare/v0.15.4...v0.15.5) (2022-04-27)
### Features
* add custom slide controllers to carousel ([8a2a329](https://github.com/themesberg/flowbite-svelte/commit/8a2a329da816bd7d5fff357790d584dbce2aec31))
### Bug Fixes
* merge conflicts ([0514548](https://github.com/themesberg/flowbite-svelte/commit/0514548ab7d7ca54337434114ac8f2b9239f5e5d))
* to original Carousel ([5e979ae](https://github.com/themesberg/flowbite-svelte/commit/5e979ae8b58403cdf91b82b236a8e730f02d9cb1))
* to original Carousel ([198270f](https://github.com/themesberg/flowbite-svelte/commit/198270f623e4c0806a59cf3f9f5dd89430ddc0db))
* update range page ([edbf37f](https://github.com/themesberg/flowbite-svelte/commit/edbf37f7b2c6ef0109d15bf1e76dcd52bf2b9b05))
### [0.15.4](https://github.com/themesberg/flowbite-svelte/compare/v0.15.3...v0.15.4) (2022-04-26)

@@ -7,0 +22,0 @@

2

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

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

@@ -45,2 +45,6 @@ import type { SvelteComponent } from 'svelte';

};
export declare type CarouselIconType = {
next: typeof SvelteComponent;
prev: typeof SvelteComponent;
};
export interface CheckboxType {

@@ -47,0 +51,0 @@ id: string;

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