@steeze-ui/svelte-icon
Advanced tools
Comparing version 1.1.5 to 1.2.0
# @steeze-ui/svelte-icon | ||
## 1.2.0 | ||
### Minor Changes | ||
- dont render Icon if theme does not exist | ||
## 1.1.5 | ||
### Patch Changes | ||
- add xmlns attribute explicitly | ||
## 1.1.4 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@steeze-ui/svelte-icon", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"devDependencies": { | ||
"@steeze-ui/heroicons": "^1.0.1", | ||
"@steeze-ui/iconic-free": "^1.0.1", | ||
"@steeze-ui/octicons": "^1.0.0-beta.1", | ||
"@steeze-ui/radix-icons": "^1.0.2", | ||
@@ -8,0 +9,0 @@ "@sveltejs/adapter-auto": "next", |
@@ -7,3 +7,3 @@ export interface IconSource { | ||
interface IconSourceThemeAttrs { | ||
a: { | ||
a?: { | ||
[key: string]: string | ||
@@ -10,0 +10,0 @@ } |
Sorry, the diff of this file is not supported yet
6851
14