@isoftdata/svelte-button
Advanced tools
@@ -31,3 +31,3 @@ <script>import ButtonContents from "./ButtonContents.svelte"; | ||
| $: | ||
| computedColor = `btn-${outline && (!disabled || !colorGreyDisabled) ? "outline-" : ""}${disabled && colorGreyDisabled ? "secondary" : color}`; | ||
| computedColor = `btn-${color !== "link" && outline && (!disabled || !colorGreyDisabled) ? "outline-" : ""}${disabled && colorGreyDisabled ? "secondary" : color}`; | ||
| $: | ||
@@ -34,0 +34,0 @@ computedSize = size ? `btn-${size}` : ""; |
+2
-2
| { | ||
| "name": "@isoftdata/svelte-button", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "scripts": { | ||
@@ -32,3 +32,3 @@ "dev": "vite dev", | ||
| "@fortawesome/fontawesome-common-types": "^6.4.2", | ||
| "@isoftdata/prettier-config": "^1.0.0", | ||
| "@isoftdata/prettier-config": "^1.0.3", | ||
| "@sveltejs/adapter-auto": "^2.0.0", | ||
@@ -35,0 +35,0 @@ "@sveltejs/kit": "^1.20.4", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11605
2.21%0
-100%