Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/wincloud_gateway/node_modules/@buffetjs/styles/build/esm/components/LoadingBar/ drwxr-xr-x | |
| Viewing file: Select action/file-type: var _templateObject, _templateObject2;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
/**
*
* LoadingBar
*
*/
import styled, { keyframes } from 'styled-components';
import colors from '../../assets/styles/colors';
import sizes from '../../assets/styles/sizes';
/* stylelint-disable */
var loading = keyframes(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\n from {left: -200px; width: 30%;}\n 50% {width: 30%;}\n 70% {width: 70%;}\n 80% { left: 50%;}\n 95% {left: 120%;}\n to {left: 100%;}\n"])));
/* stylelint-enable */
var LoadingBar = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n height: 6px;\n width: 20%;\n margin-top: 10px;\n position: relative;\n overflow: hidden;\n background-color: ", ";\n border-radius: ", ";\n &:before {\n display: block;\n position: absolute;\n content: '';\n left: -200px;\n width: 200px;\n height: 6px;\n background-color: rgb(227, 227, 231);\n animation: ", " 2s linear infinite;\n }\n"])), colors.greyHeader, sizes.borderRadius, loading);
export default LoadingBar; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0077 ]-- |