seeder-resources-view 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -17320,7 +17320,7 @@ const MediaGridItem = /*#__PURE__*/react.memo(_ref => {
17320
17320
  trigger: ['contextMenu'],
17321
17321
  disabled: !onContextMenu,
17322
17322
  children: /*#__PURE__*/jsxRuntime.jsxs(antd.List.Item, {
17323
- className: "".concat(showCheckbox ? 'media-grid-item' : ''),
17323
+ className: "media-grid-item ".concat(showCheckbox ? 'media-grid-item--selectable' : ''),
17324
17324
  title: item.name,
17325
17325
  onClick: handleItemClick,
17326
17326
  children: [showCheckbox && /*#__PURE__*/jsxRuntime.jsx("div", {