@responsive-ui/icon
Advanced tools
Comparing version 1.0.9-alpha.7 to 1.0.9-alpha.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.9-alpha.8](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.7...v1.0.9-alpha.8) (2022-01-05) | ||
### Bug Fixes | ||
* component and types ([9f9b953](https://github.com/wetix/responsive-ui/commit/9f9b95387fef610f35afa34ecfd096cbea8cc074)) | ||
## [1.0.9-alpha.7](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.6...v1.0.9-alpha.7) (2022-01-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@responsive-ui/icon", | ||
"version": "1.0.9-alpha.7", | ||
"version": "1.0.9-alpha.8", | ||
"description": "A icon component of responsive-ui.", | ||
@@ -50,3 +50,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
}, | ||
"gitHead": "45ef5357e3fbc1406e6837b67e7ee17873f1fa3c" | ||
"gitHead": "df3f320b43d3f68975680dd5d9affdd38223e9c9" | ||
} |
@@ -22,3 +22,3 @@ import type { SvelteComponentTyped } from "svelte/internal"; | ||
declare class Icon extends SvelteComponentTyped< | ||
export declare class IconComponent extends SvelteComponentTyped< | ||
IconProps, | ||
@@ -29,2 +29,2 @@ IconEvents, | ||
export default Icon; | ||
export default IconComponent; |
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
63356