abaabil.icon
Advanced tools
Comparing version 0.0.16 to 0.0.18
@@ -15,3 +15,3 @@ "use strict"; | ||
id, | ||
size = 'md', | ||
size = 'base', | ||
className | ||
@@ -21,4 +21,4 @@ }) => { | ||
className: (0, _classnames.default)('grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round', { | ||
sm: 'w-6 h-6', | ||
md: 'w-7 h-7', | ||
sm: 'w-4 h-4', | ||
base: 'w-6 h-6', | ||
lg: 'w-8 h-8' | ||
@@ -25,0 +25,0 @@ }[size], className), |
@@ -15,3 +15,3 @@ "use strict"; | ||
id, | ||
size = 'md', | ||
size = 'base', | ||
className | ||
@@ -21,4 +21,4 @@ }) => { | ||
className: (0, _classnames.default)('grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round', { | ||
sm: 'w-6 h-6', | ||
md: 'w-7 h-7', | ||
sm: 'w-4 h-4', | ||
base: 'w-6 h-6', | ||
lg: 'w-8 h-8' | ||
@@ -25,0 +25,0 @@ }[size], className), |
{ | ||
"name": "abaabil.icon", | ||
"version": "0.0.16", | ||
"version": "0.0.18", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"gitHead": "d73dc2e9783043b00cf1dc5c1e19231ef0a63cbd" | ||
"gitHead": "63ab642d6991be0321c02ba7acc17d7713df41cb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5693