🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@isoftdata/svelte-button

Package Overview
Dependencies
Maintainers
12
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/svelte-button - npm Package Compare versions

Comparing version
1.3.1
to
1.3.2
+3
-4
dist/Button.svelte.d.ts
import { SvelteComponent } from "svelte";
import type { IconName } from '@fortawesome/fontawesome-common-types';
import type { ButtonColors } from '@isoftdata/utility-bootstrap';
import type { AriaAttributes, DOMAttributes, HTMLButtonAttributes } from 'svelte/elements';
declare const __propDef: {
props: {
[x: string]: any;
props: Omit<HTMLButtonAttributes, "class" | "color" | "disabled" | "type" | keyof AriaAttributes | keyof DOMAttributes<HTMLButtonElement>> & {
block?: boolean | undefined;
class?: string | undefined;
button?: HTMLButtonElement | HTMLAnchorElement | undefined;
color?: ButtonColors | undefined;

@@ -25,3 +24,3 @@ colorGreyDisabled?: boolean | undefined;

} | undefined;
iconClass?: IconName | null | undefined;
iconClass?: IconName | undefined;
id?: string | null | undefined;

@@ -28,0 +27,0 @@ outline?: boolean | undefined;

{
"name": "@isoftdata/svelte-button",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite dev",