cavalion-blocks
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -0,1 +1,4 @@ | ||
### 2019-07-03 - 0.9.7 | ||
- Adding loading class to Bar | ||
### 2019-06-23 - 0.9.6 | ||
@@ -2,0 +5,0 @@ - Cleaning up |
{ | ||
"name": "cavalion-blocks", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "`blocks-dot-js` `[].js`", | ||
@@ -5,0 +5,0 @@ "main": "README.js", |
"use strict"; | ||
["vcl-ui:Bar"]; | ||
["vcl-ui:Bar", { | ||
css: { | ||
"&.loading": { background: "url(/shared/vcl/images/loading.gif) no-repeat 50% 10%" } | ||
} | ||
}]; |
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
59778
29
1501