@hostv2hp/common
Advanced tools
Comparing version 1.0.91 to 1.0.92
@@ -11,25 +11,3 @@ "use strict"; | ||
"/styles.css": { | ||
code: ` | ||
body{ | ||
background-color: #121316; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
} | ||
.innerDiv { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
animation: anim 3s ease-in-out infinite; | ||
height:20px; width:20px; | ||
} | ||
@keyframes anim { | ||
0%, 100% { | ||
transform: translate(-2.7px, -2.7px); | ||
} | ||
50% { | ||
transform: translate(2.7px, 2.7px); | ||
} | ||
} | ||
`, | ||
code: ``, | ||
hidden: true, | ||
@@ -72,3 +50,3 @@ readOnly: true, | ||
return ( | ||
<div className="App"> | ||
<div className="App" style={{backgroundColor:"#121316", width:"100vw", height:"100vh", display:"flex", justifyContent:"center", alignItems:"center"}}> | ||
<${newTitle} color={"#06ba63"} /> | ||
@@ -103,3 +81,25 @@ </div> | ||
[maincss]: { | ||
code: ``, | ||
code: ` | ||
body{ | ||
background-color: #121316; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
} | ||
.innerDiv { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
animation: anim 3s ease-in-out infinite; | ||
height:20px; width:20px; | ||
} | ||
@keyframes anim { | ||
0%, 100% { | ||
transform: translate(-2.7px, -2.7px); | ||
} | ||
50% { | ||
transform: translate(2.7px, 2.7px); | ||
} | ||
} | ||
`, | ||
hidden: false, | ||
@@ -106,0 +106,0 @@ readOnly: false, |
{ | ||
"name": "@hostv2hp/common", | ||
"version": "1.0.91", | ||
"version": "1.0.92", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
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
31400