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

flowbite-svelte

Package Overview
Dependencies
Maintainers
0
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.47.1 to 0.47.2

2

dist/accordion/Accordion.svelte.d.ts

@@ -53,2 +53,4 @@ import { SvelteComponentTyped } from "svelte";

* @prop export let defaultClass: $$Props['defaultClass'] = 'text-gray-500 dark:text-gray-400';
* @prop export let classActive: $$Props['classActive'] = '';
* @prop export let classInactive: $$Props['classInactive'] = '';
*/

@@ -55,0 +57,0 @@ export default class Accordion extends SvelteComponentTyped<AccordionProps, AccordionEvents, AccordionSlots> {

@@ -14,2 +14,4 @@ import { SvelteComponentTyped } from "svelte";

params?: object;
classDiv?: string;
classInner?: string;
};

@@ -47,2 +49,4 @@ events: {

* @prop export let params: $$Props['params'] = {};
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classInner: $$Props['classInner'] = '';
*/

@@ -49,0 +53,0 @@ export default class Banner extends SvelteComponentTyped<BannerProps, BannerEvents, BannerSlots> {

@@ -16,2 +16,5 @@ import { SvelteComponentTyped } from "svelte";

activeClass?: string;
classActive?: string;
classOuter?: string;
classInner?: string;
};

@@ -38,2 +41,5 @@ events: {

* @prop export let activeClass: $$Props['activeClass'] = 'text-primary-700 dark:text-primary-700 hover:text-primary-900 dark:hover:text-primary-900';
* @prop export let classActive: $$Props['classActive'] = '';
* @prop export let classOuter: $$Props['classOuter'] = '';
* @prop export let classInner: $$Props['classInner'] = '';
*/

@@ -40,0 +46,0 @@ export default class BottomNav extends SvelteComponentTyped<BottomNavProps, BottomNavEvents, BottomNavSlots> {

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

innerClass?: string;
classOuter?: string;
classInner?: string;
};

@@ -24,2 +26,4 @@ events: {

* @prop export let innerClass: $$Props['innerClass'] = 'grid max-w-xs grid-cols-3 gap-1 p-1 mx-auto my-2 bg-gray-100 rounded-lg dark:bg-gray-600';
* @prop export let classOuter: $$Props['classOuter'] = '';
* @prop export let classInner: $$Props['classInner'] = '';
*/

@@ -26,0 +30,0 @@ export default class BottomNavHeader extends SvelteComponentTyped<BottomNavHeaderProps, BottomNavHeaderEvents, BottomNavHeaderSlots> {

@@ -10,2 +10,3 @@ import { SvelteComponentTyped } from "svelte";

ariaLabel?: string;
classOl?: string;
};

@@ -30,2 +31,3 @@ events: {

* @prop export let ariaLabel: $$Props['ariaLabel'] = 'Breadcrumb';
* @prop export let classOl: $$Props['classOl'] = '';
*/

@@ -32,0 +34,0 @@ export default class Breadcrumb extends SvelteComponentTyped<BreadcrumbProps, BreadcrumbEvents, BreadcrumbSlots> {

@@ -10,2 +10,5 @@ import { SvelteComponentTyped } from "svelte";

homeClass?: string;
classHome?: string;
classLink?: string;
classSpan?: string;
};

@@ -31,2 +34,5 @@ events: {

* @prop export let homeClass: $$Props['homeClass'] = 'inline-flex items-center text-sm font-medium text-gray-700 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white';
* @prop export let classHome: $$Props['classHome'] = '';
* @prop export let classLink: $$Props['classLink'] = '';
* @prop export let classSpan: $$Props['classSpan'] = '';
*/

@@ -33,0 +39,0 @@ export default class BreadcrumbItem extends SvelteComponentTyped<BreadcrumbItemProps, BreadcrumbItemEvents, BreadcrumbItemSlots> {

@@ -11,2 +11,8 @@ import { SvelteComponentTyped } from "svelte";

right?: string;
classTop?: string;
classLeftTop?: string;
classLeftMid?: string;
classLeftBot?: string;
classRight?: string;
classSlot?: string;
};

@@ -33,2 +39,8 @@ events: {

* @prop export let right: $$Props['right'] = 'h-[64px] w-[3px] bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg';
* @prop export let classTop: $$Props['classTop'] = '';
* @prop export let classLeftTop: $$Props['classLeftTop'] = '';
* @prop export let classLeftMid: $$Props['classLeftMid'] = '';
* @prop export let classLeftBot: $$Props['classLeftBot'] = '';
* @prop export let classRight: $$Props['classRight'] = '';
* @prop export let classSlot: $$Props['classSlot'] = '';
*/

@@ -35,0 +47,0 @@ export default class Android extends SvelteComponentTyped<AndroidProps, AndroidEvents, AndroidSlots> {

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

right?: string;
classTop?: string;
classLeftTop?: string;
classLeftBot?: string;
classRight?: string;
classSlot?: string;
};

@@ -31,2 +36,7 @@ events: {

* @prop export let right: $$Props['right'] = 'h-[64px] w-[3px] bg-gray-800 dark:bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg';
* @prop export let classTop: $$Props['classTop'] = '';
* @prop export let classLeftTop: $$Props['classLeftTop'] = '';
* @prop export let classLeftBot: $$Props['classLeftBot'] = '';
* @prop export let classRight: $$Props['classRight'] = '';
* @prop export let classSlot: $$Props['classSlot'] = '';
*/

@@ -33,0 +43,0 @@ export default class DefaultMockup extends SvelteComponentTyped<DefaultMockupProps, DefaultMockupEvents, DefaultMockupSlots> {

@@ -8,2 +8,5 @@ import { SvelteComponentTyped } from "svelte";

div?: string;
classInner?: string;
classBot?: string;
classBotUnder?: string;
};

@@ -27,2 +30,5 @@ events: {

* @prop export let div: $$Props['div'] = 'relative mx-auto border-gray-800 dark:border-gray-800 bg-gray-800 border-[16px] rounded-t-xl h-[172px] max-w-[301px] md:h-[294px] md:max-w-[512px]';
* @prop export let classInner: $$Props['classInner'] = '';
* @prop export let classBot: $$Props['classBot'] = '';
* @prop export let classBotUnder: $$Props['classBotUnder'] = '';
*/

@@ -29,0 +35,0 @@ export default class Desktop extends SvelteComponentTyped<DesktopProps, DesktopEvents, DesktopSlots> {

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

right?: string;
classTop?: string;
classLeftTop?: string;
classLeftBot?: string;
classRight?: string;
classSlot?: string;
};

@@ -31,2 +36,7 @@ events: {

* @prop export let right: $$Props['right'] = 'h-[64px] w-[3px] bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg';
* @prop export let classTop: $$Props['classTop'] = '';
* @prop export let classLeftTop: $$Props['classLeftTop'] = '';
* @prop export let classLeftBot: $$Props['classLeftBot'] = '';
* @prop export let classRight: $$Props['classRight'] = '';
* @prop export let classSlot: $$Props['classSlot'] = '';
*/

@@ -33,0 +43,0 @@ export default class Ios extends SvelteComponentTyped<IosProps, IosEvents, IosSlots> {

@@ -8,2 +8,5 @@ import { SvelteComponentTyped } from "svelte";

botCen?: string;
classInner?: string;
classBot?: string;
classBotCen?: string;
};

@@ -27,2 +30,5 @@ events: {

* @prop export let botCen: $$Props['botCen'] = 'absolute left-1/2 top-0 -translate-x-1/2 rounded-b-xl w-[56px] h-[5px] md:w-[96px] md:h-[8px] bg-gray-800';
* @prop export let classInner: $$Props['classInner'] = '';
* @prop export let classBot: $$Props['classBot'] = '';
* @prop export let classBotCen: $$Props['classBotCen'] = '';
*/

@@ -29,0 +35,0 @@ export default class Laptop extends SvelteComponentTyped<LaptopProps, LaptopEvents, LaptopSlots> {

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

bot?: string;
classTop?: string;
classRightTop?: string;
classRightBot?: string;
classSlot?: string;
classBot?: string;
};

@@ -31,2 +36,7 @@ events: {

* @prop export let bot: $$Props['bot'] = 'relative mx-auto bg-gray-800 dark:bg-gray-700 rounded-b-[2.5rem] h-[63px] max-w-[133px]';
* @prop export let classTop: $$Props['classTop'] = '';
* @prop export let classRightTop: $$Props['classRightTop'] = '';
* @prop export let classRightBot: $$Props['classRightBot'] = '';
* @prop export let classSlot: $$Props['classSlot'] = '';
* @prop export let classBot: $$Props['classBot'] = '';
*/

@@ -33,0 +43,0 @@ export default class Smartwatch extends SvelteComponentTyped<SmartwatchProps, SmartwatchEvents, SmartwatchSlots> {

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

right?: string;
classLeftTop?: string;
classLeftMid?: string;
classLeftBot?: string;
classRight?: string;
classSlot?: string;
};

@@ -31,2 +36,7 @@ events: {

* @prop export let right: $$Props['right'] = 'h-[64px] w-[3px] bg-gray-800 dark:bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg';
* @prop export let classLeftTop: $$Props['classLeftTop'] = '';
* @prop export let classLeftMid: $$Props['classLeftMid'] = '';
* @prop export let classLeftBot: $$Props['classLeftBot'] = '';
* @prop export let classRight: $$Props['classRight'] = '';
* @prop export let classSlot: $$Props['classSlot'] = '';
*/

@@ -33,0 +43,0 @@ export default class Tablet extends SvelteComponentTyped<TabletProps, TabletEvents, TabletSlots> {

@@ -13,2 +13,5 @@ import { SvelteComponentTyped } from "svelte";

target?: string;
classA?: string;
classSpan?: string;
classImg?: string;
};

@@ -36,2 +39,5 @@ events: {

* @prop export let target: $$Props['target'] = '';
* @prop export let classA: $$Props['classA'] = '';
* @prop export let classSpan: $$Props['classSpan'] = '';
* @prop export let classImg: $$Props['classImg'] = '';
*/

@@ -38,0 +44,0 @@ export default class FooterBrand extends SvelteComponentTyped<FooterBrandProps, FooterBrandEvents, FooterBrandSlots> {

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

props: HTMLAnchorAttributes & {
classSpan?: string;
spanClass?: string;
aClass?: string;

@@ -13,2 +13,4 @@ year?: number;

copyrightMessage?: string;
classSpan?: string;
classA?: string;
};

@@ -33,2 +35,4 @@ events: {

* @prop export let copyrightMessage: $$Props['copyrightMessage'] = 'All Rights Reserved.';
* @prop export let classSpan: $$Props['classSpan'] = '';
* @prop export let classA: $$Props['classA'] = '';
*/

@@ -35,0 +39,0 @@ export default class FooterCopyright extends SvelteComponentTyped<FooterCopyrightProps, FooterCopyrightEvents, FooterCopyrightSlots> {

@@ -9,2 +9,4 @@ import { SvelteComponentTyped } from "svelte";

target?: string;
classLi?: string;
classA?: string;
};

@@ -28,2 +30,4 @@ events: {

* @prop export let target: $$Props['target'] = undefined;
* @prop export let classLi: $$Props['classLi'] = '';
* @prop export let classA: $$Props['classA'] = '';
*/

@@ -30,0 +34,0 @@ export default class FooterLink extends SvelteComponentTyped<FooterLinkProps, FooterLinkEvents, FooterLinkSlots> {

@@ -11,2 +11,4 @@ import { SvelteComponentTyped } from "svelte";

floatClass?: string;
classLeft?: string;
classRight?: string;
} & {

@@ -13,0 +15,0 @@ files?: FileList | undefined;

@@ -12,2 +12,5 @@ import { SvelteComponentTyped } from "svelte";

value?: any;
classDiv?: string;
classInput?: string;
classLabel?: string;
};

@@ -46,2 +49,5 @@ events: {

* @prop export let value: $$Props['value'] = undefined;
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classInput: $$Props['classInput'] = '';
* @prop export let classLabel: $$Props['classLabel'] = '';
*/

@@ -48,0 +54,0 @@ export default class FloatingLabelInput extends SvelteComponentTyped<FloatingLabelInputProps, FloatingLabelInputEvents, FloatingLabelInputSlots> {

@@ -15,2 +15,4 @@ import { SvelteComponentTyped } from "svelte";

floatClass?: string;
classLeft?: string;
classRight?: string;
};

@@ -57,2 +59,4 @@ events: {

* @prop export let floatClass: $$Props['floatClass'] = 'flex absolute inset-y-0 items-center text-gray-500 dark:text-gray-400';
* @prop export let classLeft: $$Props['classLeft'] = '';
* @prop export let classRight: $$Props['classRight'] = '';
*/

@@ -59,0 +63,0 @@ export default class Input extends SvelteComponentTyped<InputProps, InputEvents, InputSlots> {

@@ -11,2 +11,4 @@ import { SvelteComponentTyped } from "svelte";

floatClass?: string;
classLeft?: string;
classRight?: string;
} & {

@@ -13,0 +15,0 @@ value?: number;

@@ -12,2 +12,4 @@ import { SvelteComponentTyped } from "svelte";

floatClass?: string;
classLeft?: string;
classRight?: string;
} & {

@@ -14,0 +16,0 @@ size?: FormSizeType;

@@ -23,2 +23,3 @@ import { SvelteComponentTyped } from "svelte";

customSize?: string;
classDiv?: string;
};

@@ -47,2 +48,3 @@ events: {

* @prop export let customSize: $$Props['customSize'] = '';
* @prop export let classDiv: string = '';
*/

@@ -49,0 +51,0 @@ export default class Toggle extends SvelteComponentTyped<ToggleProps, ToggleEvents, ToggleSlots> {

@@ -39,2 +39,3 @@ import { SvelteComponentTyped } from "svelte";

* @prop export let fluid: $$Props['fluid'] = false;
* @prop export let navContainerClass: string= '';
*/

@@ -41,0 +42,0 @@ export default class Navbar extends SvelteComponentTyped<NavbarProps, NavbarEvents, NavbarSlots> {

@@ -18,2 +18,3 @@ import { SvelteComponentTyped } from "svelte";

onClick?: (() => void) | undefined;
classMenu?: string;
};

@@ -33,2 +34,3 @@ events: {

* @prop export let onClick: $$Props['onClick'] = undefined;
* @prop export let classMenu: $$Props['classMenu'] = '';
*/

@@ -35,0 +37,0 @@ export default class NavHamburger extends SvelteComponentTyped<NavHamburgerProps, NavHamburgerEvents, NavHamburgerSlots> {

@@ -40,2 +40,3 @@ import { SvelteComponentTyped } from "svelte";

* @prop export let nonActiveClass: NonNullable<$$Props['nonActiveClass']> = 'text-gray-700 hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-primary-700 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent';
* @prop export let classUl: string = '';
*/

@@ -42,0 +43,0 @@ export default class NavUl extends SvelteComponentTyped<NavUlProps, NavUlEvents, NavUlSlots> {

@@ -18,2 +18,3 @@ import { SvelteComponentTyped } from "svelte";

progressClass?: string;
classLabelOutside?: string;
};

@@ -43,2 +44,3 @@ events: {

* @prop export let progressClass: $$Props['progressClass'] = '';
* @prop export let classLabelOutside: $$Props['classLabelOutside'] = '';
*/

@@ -45,0 +47,0 @@ export default class Progressbar extends SvelteComponentTyped<ProgressbarProps, ProgressbarEvents, ProgressbarSlots> {

25

dist/rating/AdvancedRating.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
ratings?: {
label: string;
rating: number;
}[] | undefined;
divClass?: string | undefined;
labelClass?: string | undefined;
ratingDivClass?: string | undefined;
ratingClass?: string | undefined;
rightLabelClass?: string | undefined;
unit?: string | undefined;
}[];
divClass?: string;
labelClass?: string;
ratingDivClass?: string;
ratingClass?: string;
rightLabelClass?: string;
unit?: string;
classDiv?: string;
classLabel?: string;
classRatingDiv?: string;
classRating?: string;
classRightLabel?: string;
};

@@ -37,2 +41,7 @@ events: {

* @prop export let unit: string = '%';
* @prop export let classDiv: string = '';
* @prop export let classLabel: string = '';
* @prop export let classRatingDiv: string = '';
* @prop export let classRating: string = '';
* @prop export let classRightLabel: string = '';
*/

@@ -39,0 +48,0 @@ export default class AdvancedRating extends SvelteComponentTyped<AdvancedRatingProps, AdvancedRatingEvents, AdvancedRatingSlots> {

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

liClass?: string;
classArticle?: string;
classDiv?: string;
classImg?: string;
classUl?: string;
classLi?: string;
};

@@ -36,2 +41,7 @@ events: {

* @prop export let liClass: $$Props['liClass'] = 'flex items-center';
* @prop export let classArticle: $$Props['classArticle'] = '';
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classImg: $$Props['classImg'] = '';
* @prop export let classUl: $$Props['classUl'] = '';
* @prop export let classLi: $$Props['classLi'] = '';
*/

@@ -38,0 +48,0 @@ export default class Review extends SvelteComponentTyped<ReviewProps, ReviewEvents, ReviewSlots> {

@@ -15,2 +15,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
click: MouseEvent;
} & {
[evt: string]: CustomEvent<any>;

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

@@ -21,2 +21,4 @@ import { SvelteComponentTyped } from "svelte";

inputClass?: string;
classInput?: string;
classSvgDiv?: string;
};

@@ -54,2 +56,4 @@ events(): {} & {

* @prop export let inputClass: $$Props['inputClass'] = 'bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-80 p-2.5 ps-10 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500';
* @prop export let classInput: $$Props['classInput'] = '';
* @prop export let classSvgDiv: $$Props['classSvgDiv'] = '';
*/

@@ -56,0 +60,0 @@ export default class Table<T> extends SvelteComponentTyped<TableProps<T>, TableEvents<T>, TableSlots<T>> {

@@ -17,2 +17,4 @@ import { SvelteComponentTyped } from "svelte";

inputClass?: string;
classInput?: string;
classSvgDiv?: string;
};

@@ -47,2 +49,4 @@ events: {

* @prop export let inputClass: $$Props['inputClass'] = 'bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-80 p-2.5 ps-10 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500';
* @prop export let classInput: $$Props['classInput'] = '';
* @prop export let classSvgDiv: $$Props['classSvgDiv'] = '';
*/

@@ -49,0 +53,0 @@ export default class TableSearch extends SvelteComponentTyped<TableSearchProps, TableSearchEvents, TableSearchSlots> {

@@ -14,2 +14,10 @@ import { SvelteComponentTyped } from "svelte";

textClass?: string;
classLi?: string;
classSpan?: string;
classImg?: string;
classOuterDiv?: string;
classInnerDiv?: string;
classTime?: string;
classTitle?: string;
classText?: string;
};

@@ -36,2 +44,10 @@ events: {

* @prop export let textClass: $$Props['textClass'] = 'p-3 text-xs italic font-normal text-gray-500 bg-gray-50 rounded-lg border border-gray-200 dark:bg-gray-600 dark:border-gray-500 dark:text-gray-300';
* @prop export let classLi: $$Props['classLi'] = '';
* @prop export let classSpan: $$Props['classSpan'] = '';
* @prop export let classImg: $$Props['classImg'] = '';
* @prop export let classOuterDiv: $$Props['classOuterDiv'] = '';
* @prop export let classInnerDiv: $$Props['classInnerDiv'] = '';
* @prop export let classTime: $$Props['classTime'] = '';
* @prop export let classTitle: $$Props['classTitle'] = '';
* @prop export let classText: $$Props['classText'] = '';
*/

@@ -38,0 +54,0 @@ export default class ActivityItem extends SvelteComponentTyped<ActivityItemProps, ActivityItemEvents, ActivityItemSlots> {

@@ -9,2 +9,5 @@ import { SvelteComponentTyped } from "svelte";

olClass?: string;
classDiv?: string;
classTime?: string;
classOl?: string;
};

@@ -28,2 +31,5 @@ events: {

* @prop export let olClass: $$Props['olClass'] = 'mt-3 divide-y divider-gray-200 dark:divide-gray-700';
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classTime: $$Props['classTime'] = '';
* @prop export let classOl: $$Props['classOl'] = '';
*/

@@ -30,0 +36,0 @@ export default class Group extends SvelteComponentTyped<GroupProps, GroupEvents, GroupSlots> {

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

isPrivacy?: boolean;
classA?: string;
classImg?: string;
classDiv?: string;
classTitle?: string;
classSpan?: string;
};

@@ -32,2 +37,7 @@ events: {

* @prop export let isPrivacy: $$Props['isPrivacy'] = true;
* @prop export let classA: $$Props['classA'] = '';
* @prop export let classImg: $$Props['classImg'] = '';
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classTitle: $$Props['classTitle'] = '';
* @prop export let classSpan: $$Props['classSpan'] = '';
*/

@@ -34,0 +44,0 @@ export default class GroupItem extends SvelteComponentTyped<GroupItemProps, GroupItemEvents, GroupItemSlots> {

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

svgClass?: string;
classLi?: string;
classDiv?: string;
classTime?: string;
classH3?: string;
};

@@ -26,2 +30,6 @@ events: {

* @prop export let svgClass: $$Props['svgClass'] = 'w-3 h-3 text-primary-600 dark:text-primary-400';
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classLi: $$Props['classLi'] = '';
* @prop export let classTime: $$Props['classTime'] = '';
* @prop export let classH3: $$Props['classH3'] = '';
*/

@@ -28,0 +36,0 @@ export default class TimelineItem extends SvelteComponentTyped<TimelineItemProps, TimelineItemEvents, TimelineItemSlots> {

@@ -11,2 +11,5 @@ import { SvelteComponentTyped } from "svelte";

innerDivClass?: string;
classHr?: string;
classDiv?: string;
classInnerDiv?: string;
};

@@ -32,2 +35,5 @@ events: {

* @prop export let innerDivClass: $$Props['innerDivClass'] = 'absolute px-4 -translate-x-1/2 rtl:translate-x-1/2 bg-white start-1/2 dark:bg-gray-900';
* @prop export let classHr: $$Props['classHr'] = '';
* @prop export let classDiv: $$Props['classDiv'] = '';
* @prop export let classInnerDiv: $$Props['classInnerDiv'] = '';
*/

@@ -34,0 +40,0 @@ export default class Hr extends SvelteComponentTyped<HrProps, HrEvents, HrSlots> {

{
"name": "flowbite-svelte",
"version": "0.47.1",
"version": "0.47.2",
"description": "Flowbite components for Svelte",

@@ -754,5 +754,5 @@ "main": "dist/index.js",

"copy:package": "svelte-lib-helpers package",
"lib-helpers": "npm run gen:docs && npm run gen:componentData && npm run package && npm run gen:exports && npm run copy:package && npm run format",
"lib-helpers": "pnpm format && pnpm gen:docs && pnpm gen:componentData && pnpm package && pnpm gen:exports && pnpm copy:package",
"package:publish": "standard-version && git push --follow-tags origin main && npm publish"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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