@filerobot/common
Advanced tools
Comparing version 0.0.0-beta.68 to 0.0.0-beta.69
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } | ||
import { CloudIcon } from '@filerobot/icons'; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
var LoaderView = function LoaderView(props) { | ||
var LoaderView = function LoaderView(_ref) { | ||
var loaderClasses = _ref.loaderClasses, | ||
props = _objectWithoutPropertiesLoose(_ref, ["loaderClasses"]); | ||
return /*#__PURE__*/_jsx("div", _extends({ | ||
@@ -11,3 +16,3 @@ className: "filerobot-Provider-loading" | ||
children: /*#__PURE__*/_jsx("span", { | ||
className: "filerobot-Provider-loading-loader", | ||
className: "filerobot-Provider-loading-loader" + (loaderClasses ? " " + loaderClasses : ''), | ||
children: /*#__PURE__*/_jsx(CloudIcon, {}) | ||
@@ -14,0 +19,0 @@ }) |
{ | ||
"name": "@filerobot/common", | ||
"version": "0.0.0-beta.68", | ||
"version": "0.0.0-beta.69", | ||
"description": "The common components shared between Filerobot Media Asset Widget modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "0.0.0-beta.68", | ||
"@filerobot/utils": "0.0.0-beta.68", | ||
"@filerobot/icons": "0.0.0-beta.69", | ||
"@filerobot/utils": "0.0.0-beta.69", | ||
"@scaleflex/icons": "~1.0.0-beta.29", | ||
@@ -21,0 +21,0 @@ "react": "^17.0.1", |
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
206797
3988
+ Added@filerobot/icons@0.0.0-beta.69(transitive)
+ Added@filerobot/utils@0.0.0-beta.69(transitive)
- Removed@filerobot/icons@0.0.0-beta.68(transitive)
- Removed@filerobot/utils@0.0.0-beta.68(transitive)