svg-test-material
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,2 +0,2 @@ | ||
423777911 | ||
1691854704531579000 | ||
423793773 | ||
1691855046886983000 |
@@ -24,7 +24,7 @@ export const SvgIcon: import("vue").DefineComponent<{ | ||
type: StringConstructor; | ||
default: string; | ||
default: any; | ||
}; | ||
rotate: { | ||
type: NumberConstructor; | ||
default: number; | ||
default: any; | ||
}; | ||
@@ -56,7 +56,7 @@ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { | ||
type: StringConstructor; | ||
default: string; | ||
default: any; | ||
}; | ||
rotate: { | ||
type: NumberConstructor; | ||
default: number; | ||
default: any; | ||
}; | ||
@@ -63,0 +63,0 @@ }>>, { |
{ | ||
"name": "svg-test-material", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A library for material icons svg modules", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -30,7 +30,7 @@ import { h, defineComponent } from "vue"; | ||
type: String, | ||
default: "", | ||
default: undefined, | ||
}, | ||
rotate: { | ||
type: Number, | ||
default: 0, | ||
default: undefined, | ||
}, | ||
@@ -48,3 +48,5 @@ }, | ||
fill: props.color, | ||
transform: `rotate(${props.rotate} deg) ${props.flip}`, | ||
style: { | ||
transform: `rotate(${props.rotate}deg) ${props.flip}`, | ||
}, | ||
}, | ||
@@ -51,0 +53,0 @@ h("path", { d: svg[props.icon] }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
62356455
38227
3