🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.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.0.0
to
1.0.1
+2
-1
dist/Button.svelte.d.ts
import { SvelteComponent } from "svelte";
import type { IconName } from "@fortawesome/fontawesome-common-types";
import type { ButtonColors } from "@isoftdata/utility-bootstrap";
declare const __propDef: {

@@ -8,3 +9,3 @@ props: {

class?: string | undefined;
color?: ("primary" | "secondary" | "success" | "danger" | "warning" | "info" | "light" | "dark") | undefined;
color?: ButtonColors | undefined;
colorGreyDisabled?: boolean | undefined;

@@ -11,0 +12,0 @@ disabled?: boolean | undefined;

{
"name": "@isoftdata/svelte-button",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -54,4 +54,5 @@ "dev": "vite dev",

"dependencies": {
"@isoftdata/svelte-icon": "^1.0.3"
"@isoftdata/svelte-icon": "^1.0.3",
"@isoftdata/utility-bootstrap": "^2.2.0"
}
}