@chlp-tech/rpa-ui 0.0.10 → 0.0.11

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.
@@ -194,7 +194,7 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
194
194
  marginRight: 12,
195
195
  cursor: 'pointer'
196
196
  }
197
- }, [0, 1].includes(props.status) ? /*#__PURE__*/React.createElement(React.Fragment, null, (_props$editComponent = props.editComponent) !== null && _props$editComponent !== void 0 ? _props$editComponent : /*#__PURE__*/React.createElement("span", null, "\u7F16\u8F91")) : [2, 3].includes(props.status) ? /*#__PURE__*/React.createElement(React.Fragment, null, (_props$detailComponen = props.detailComponent) !== null && _props$detailComponen !== void 0 ? _props$detailComponen : /*#__PURE__*/React.createElement("span", null, "\u8BE6\u60C5")) : null), /*#__PURE__*/React.createElement(Dropdown, {
197
+ }, [0, 1].includes(props.status) ? /*#__PURE__*/React.createElement(React.Fragment, null, (_props$editComponent = props.editComponent) !== null && _props$editComponent !== void 0 ? _props$editComponent : /*#__PURE__*/React.createElement("span", null, "\u7F16\u8F91")) : [2, 3].includes(props.status) ? /*#__PURE__*/React.createElement(React.Fragment, null, (_props$detailComponen = props.detailComponent) !== null && _props$detailComponen !== void 0 ? _props$detailComponen : /*#__PURE__*/React.createElement("span", null, "\u8BE6\u60C5")) : null), [0, 1].includes(props.status) ? /*#__PURE__*/React.createElement(Dropdown, {
198
198
  trigger: ['click'],
199
199
  menu: {
200
200
  items: [{
@@ -212,7 +212,7 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
212
212
  }, /*#__PURE__*/React.createElement(Image, {
213
213
  src: More,
214
214
  preview: false
215
- }))))), props.isNew && /*#__PURE__*/React.createElement("div", {
215
+ }))) : null)), props.isNew && /*#__PURE__*/React.createElement("div", {
216
216
  className: styles['new-position']
217
217
  }, /*#__PURE__*/React.createElement(Image, {
218
218
  src: New,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chlp-tech/rpa-ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "rpa-ui",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",