@axa-ch/icon
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,7 @@ | ||
/** | ||
* Either one of enumerated string literals, or: | ||
* | ||
* - a string containing ".svg", will be loaded as URL | ||
* - a string containing "<svg", will be inlined | ||
*/ | ||
export type Icon = | ||
@@ -16,2 +22,4 @@ | 'arrow-left' | ||
| 'axa-logo' | ||
| 'axa-logo-open'; | ||
| 'axa-logo-open' | ||
| String | ||
; |
{ | ||
"name": "@axa-ch/icon", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The icon component for the AXA Pattern Library", | ||
@@ -36,3 +36,3 @@ "author": "Pattern Warriors", | ||
}, | ||
"gitHead": "71e601bd7a917819d962fe2a0c2cf4a0532b3d94" | ||
"gitHead": "d372e469a90458f7e59af69db9f2de6491e6bd7d" | ||
} |
68386
690