sling-web-component-loader
Advanced tools
Comparing version 1.11.6 to 1.11.7
@@ -6,3 +6,3 @@ "use strict"; | ||
function _templateObject() { | ||
var data = _taggedTemplateLiteral(["\n <style>\n .emd-loader {\n position: absolute;\n width: 50px;\n height: 50px;\n border: 3px solid #ccc;\n border-radius: 100%;\n top: calc( 50% - 25px );\n left: calc( 50% - 25px );\n display: none;\n z-index: 2;\n animation: spin 1s linear infinite;\n}\n\n.emd-loader__inner {\n width: 50px;\n height: 50px;\n border: 4px solid #95C93D;\n border-radius: 100%;\n width: calc( 100% + 6px );\n height: calc( 100% + 6px );\n margin: -3px 0 0 -3px;\n box-sizing: border-box;\n border-left: solid 3px transparent;\n}\n\n.emd-loader_loading {\n display: block;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n </style>\n <div className=\"", "\">\n <div class=\"emd-loader__inner\"></div>\n </div>\n "]); | ||
var data = _taggedTemplateLiteral(["\n <style>\n .emd-loader {\n position: absolute;\n width: 50px;\n height: 50px;\n border: 3px solid #ccc;\n border-radius: 100%;\n top: calc( 50% - 25px );\n left: calc( 50% - 25px );\n display: none;\n z-index: 2;\n animation: spin 1s linear infinite;\n}\n\n.emd-loader__inner {\n width: 50px;\n height: 50px;\n border: 4px solid #0DB14B;\n border-radius: 100%;\n width: calc( 100% + 6px );\n height: calc( 100% + 6px );\n margin: -3px 0 0 -3px;\n box-sizing: border-box;\n border-left: solid 3px transparent;\n}\n\n.emd-loader_loading {\n display: block;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n </style>\n <div className=\"", "\">\n <div class=\"emd-loader__inner\"></div>\n </div>\n "]); | ||
@@ -9,0 +9,0 @@ _templateObject = function _templateObject() { |
@@ -42,3 +42,3 @@ "use strict"; | ||
height: 50px; | ||
border: 4px solid #95C93D; | ||
border: 4px solid #0DB14B; | ||
border-radius: 100%; | ||
@@ -45,0 +45,0 @@ width: calc( 100% + 6px ); |
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _templateObject() { | ||
var data = _taggedTemplateLiteral(["\n <style>\n .emd-loader {\n position: absolute;\n width: 50px;\n height: 50px;\n border: 3px solid #ccc;\n border-radius: 100%;\n top: calc( 50% - 25px );\n left: calc( 50% - 25px );\n display: none;\n z-index: 2;\n animation: spin 1s linear infinite;\n}\n\n.emd-loader__inner {\n width: 50px;\n height: 50px;\n border: 4px solid #95C93D;\n border-radius: 100%;\n width: calc( 100% + 6px );\n height: calc( 100% + 6px );\n margin: -3px 0 0 -3px;\n box-sizing: border-box;\n border-left: solid 3px transparent;\n}\n\n.emd-loader_loading {\n display: block;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n </style>\n <div className=\"", "\">\n <div class=\"emd-loader__inner\"></div>\n </div>\n "]); | ||
var data = _taggedTemplateLiteral(["\n <style>\n .emd-loader {\n position: absolute;\n width: 50px;\n height: 50px;\n border: 3px solid #ccc;\n border-radius: 100%;\n top: calc( 50% - 25px );\n left: calc( 50% - 25px );\n display: none;\n z-index: 2;\n animation: spin 1s linear infinite;\n}\n\n.emd-loader__inner {\n width: 50px;\n height: 50px;\n border: 4px solid #0DB14B;\n border-radius: 100%;\n width: calc( 100% + 6px );\n height: calc( 100% + 6px );\n margin: -3px 0 0 -3px;\n box-sizing: border-box;\n border-left: solid 3px transparent;\n}\n\n.emd-loader_loading {\n display: block;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n </style>\n <div className=\"", "\">\n <div class=\"emd-loader__inner\"></div>\n </div>\n "]); | ||
@@ -6,0 +6,0 @@ _templateObject = function _templateObject() { |
@@ -36,3 +36,3 @@ import { SlingElement, html } from 'sling-framework'; | ||
height: 50px; | ||
border: 4px solid #95C93D; | ||
border: 4px solid #0DB14B; | ||
border-radius: 100%; | ||
@@ -39,0 +39,0 @@ width: calc( 100% + 6px ); |
{ | ||
"name": "sling-web-component-loader", | ||
"version": "1.11.6", | ||
"version": "1.11.7", | ||
"description": "Sling Loader", | ||
@@ -10,5 +10,5 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"sling-framework": "^1.11.6", | ||
"sling-helpers": "^1.11.6" | ||
"sling-framework": "^1.11.7", | ||
"sling-helpers": "^1.11.7" | ||
} | ||
} |
@@ -36,3 +36,3 @@ import { SlingElement, html } from 'sling-framework'; | ||
height: 50px; | ||
border: 4px solid #95C93D; | ||
border: 4px solid #0DB14B; | ||
border-radius: 100%; | ||
@@ -39,0 +39,0 @@ width: calc( 100% + 6px ); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Updatedsling-framework@^1.11.7
Updatedsling-helpers@^1.11.7