@filerobot/common
Advanced tools
Comparing version 0.0.0-beta.43 to 0.0.0-beta.44
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 { Tooltip, InputAndLabel } from '@filerobot/common'; | ||
import { QuestionMarkIcon, CopyIcon, OpenLinkIcon, EyeIcon } from '@filerobot/icons'; | ||
import { QuestionMarkIcon, CopyIcon, OpenLinkIcon, EyeIcon, WarningIcon } from '@filerobot/icons'; | ||
import copyText from '@filerobot/utils/lib/copyText'; | ||
import openLink from '@filerobot/utils/lib/openLink'; | ||
import { WarningIcon } from '@filerobot/icons/src'; | ||
import { Tooltip, InputAndLabel } from './'; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
@@ -9,0 +8,0 @@ import { jsxs as _jsxs } from "react/jsx-runtime"; |
{ | ||
"name": "@filerobot/common", | ||
"version": "0.0.0-beta.43", | ||
"version": "0.0.0-beta.44", | ||
"description": "The common components shared between Filerobot Media Asset Widget modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "0.0.0-beta.43", | ||
"@filerobot/utils": "0.0.0-beta.43", | ||
"@filerobot/icons": "0.0.0-beta.44", | ||
"@filerobot/utils": "0.0.0-beta.44", | ||
"react": "^17.0.1", | ||
@@ -21,0 +21,0 @@ "react-dom": "^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
202121
3916
+ Added@filerobot/icons@0.0.0-beta.44(transitive)
+ Added@filerobot/utils@0.0.0-beta.44(transitive)
- Removed@filerobot/icons@0.0.0-beta.43(transitive)
- Removed@filerobot/utils@0.0.0-beta.43(transitive)