@adactive/arc-loading-screen
Advanced tools
Comparing version 2.1.0 to 2.1.1-rc.0
{ | ||
"name": "@adactive/arc-loading-screen", | ||
"version": "2.1.0", | ||
"version": "2.1.1-rc.0", | ||
"description": "Adsum Loading Screen Component", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "e6b438c608829ec82624cb6db371da6c360fc30a" | ||
"gitHead": "0f4d3e368dd80b45bbe9a78af675383b367a1af3" | ||
} |
@@ -140,2 +140,5 @@ ![react-badge](https://img.shields.io/badge/react-js-53c1de.svg?style=flat) | ||
>Be sure to have **adsum-logo.png** in your **public/assets/img/** folder | ||
if you want the default logo | ||
## Optional props | ||
@@ -249,3 +252,3 @@ | ||
barColor: 'white', | ||
logo: adactiveLogo, | ||
logo: '/assets/img/adsum-logo.png', | ||
}; | ||
@@ -252,0 +255,0 @@ |
@@ -10,3 +10,2 @@ // @flow | ||
import './LoadingScreen.css'; | ||
import adactiveLogo from './assets/img/adactive-logo.png'; | ||
@@ -43,3 +42,3 @@ type AppStateType = {| | ||
barColor: 'white', | ||
logo: adactiveLogo, | ||
logo: '/assets/img/adsum-logo.png', | ||
}; | ||
@@ -46,0 +45,0 @@ |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
261
16582
11
260
2