react-view-files
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -458,3 +458,3 @@ "use strict"; | ||
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", { | ||
className: "media-preview-container ".concat(className), | ||
className: "media-preview-container ".concat(!displayFooter && 'media-preview-container--default-padding', " ").concat(className, " "), | ||
onDoubleClick: function onDoubleClick() { | ||
@@ -461,0 +461,0 @@ return onClick === null || onClick === void 0 ? void 0 : onClick(selectedFile, fileExtension); |
{ | ||
"name": "react-view-files", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
179422