@cavilha/icon
Advanced tools
Comparing version 0.0.0-alpha.0 to 0.0.0-alpha.1
@@ -1,4 +0,4 @@ | ||
import React from 'react'; | ||
import { CSS } from '@cavilha/theme'; | ||
import { IconProp } from '@fortawesome/fontawesome-svg-core'; | ||
import React from 'react'; | ||
import type * as Polymorphic from '@radix-ui/react-polymorphic'; | ||
@@ -12,2 +12,3 @@ declare const DEFAULT_TAG = "i"; | ||
iconSize?: number; | ||
iconColor?: string; | ||
children?: React.ReactNode; | ||
@@ -14,0 +15,0 @@ css?: CSS; |
{ | ||
"name": "@cavilha/icon", | ||
"version": "0.0.0-alpha.0", | ||
"version": "0.0.0-alpha.1", | ||
"description": "An polimorfic icon component builded to work together with FontAwesome library", | ||
"author": "MadeiraMadeira webstore squads", | ||
"license": "ISC", | ||
"source": "dist/index.cjs", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.es", | ||
"source": "dist/index.cjs.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
@@ -46,8 +46,5 @@ "files": [ | ||
"dependencies": { | ||
"@cavilha/theme": "0.0.0-alpha.0" | ||
"@cavilha/theme": "0.0.0-alpha.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"@stitches/react": "v0.2.2", | ||
"@fortawesome/fontawesome-pro": "^5.15.2", | ||
@@ -58,3 +55,6 @@ "@fortawesome/fontawesome-svg-core": "^1.2.34", | ||
"@fortawesome/react-fontawesome": "^0.1.14", | ||
"@radix-ui/react-polymorphic": "^0.0.12" | ||
"@radix-ui/react-polymorphic": "0.0.13", | ||
"@stitches/react": "v0.2.2", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
@@ -61,0 +61,0 @@ "devDependencies": { |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
5985
6
31
1
31
1
+ Added@cavilha/theme@0.0.0-alpha.2(transitive)
+ Added@radix-ui/react-polymorphic@0.0.13(transitive)
- Removed@cavilha/theme@0.0.0-alpha.0(transitive)
- Removed@radix-ui/react-polymorphic@0.0.12(transitive)
Updated@cavilha/theme@0.0.0-alpha.2