ywana-core8 0.0.904 → 0.0.905
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.modern.js
CHANGED
@@ -4580,11 +4580,14 @@ var FileGridItem = function FileGridItem(props) {
|
|
4580
4580
|
}
|
4581
4581
|
var style = selected ? 'file-item--selected' : '';
|
4582
4582
|
return /*#__PURE__*/React.createElement("div", {
|
4583
|
-
className: "file-item " + style
|
4583
|
+
className: "file-item " + style
|
4584
|
+
}, /*#__PURE__*/React.createElement("picture", {
|
4584
4585
|
onClick: select
|
4585
|
-
}, /*#__PURE__*/React.createElement("
|
4586
|
+
}, /*#__PURE__*/React.createElement("img", {
|
4586
4587
|
src: src
|
4587
|
-
})), /*#__PURE__*/React.createElement("main",
|
4588
|
+
})), /*#__PURE__*/React.createElement("main", {
|
4589
|
+
onClick: select
|
4590
|
+
}, /*#__PURE__*/React.createElement("div", {
|
4588
4591
|
className: "file-item-title"
|
4589
4592
|
}, title), /*#__PURE__*/React.createElement("div", {
|
4590
4593
|
className: "file-item-subtitle"
|