gxxc-ui 1.0.55 → 1.0.60

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.
@@ -134,19 +134,9 @@ const ImageUI = props => {
134
134
  const thumb = getFileThumbnailByFormat(match?.[2] || '');
135
135
  return /*#__PURE__*/React.createElement(Image, _extends({
136
136
  src: thumb
137
- }, otherProps));
138
- // return <div
139
- // style={{
140
- // width:width ,
141
- // height: height,
142
- // border: '1px solid #eee',
143
- // display: 'flex',
144
- // justifyContent: 'center',
145
- // alignItems:'center',
146
- // }}
147
- // >
148
- // <IconUI name="Excel" size="30" fill="#333" />
149
- // </div>
137
+ }, otherProps, {
138
+ preview: false
139
+ }));
150
140
  }
151
141
  };
152
142
  return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxxc-ui",
3
- "version": "1.0.55",
3
+ "version": "1.0.60",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",