@chlp-tech/rpa-ui 0.0.13 → 0.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.
@@ -23,6 +23,7 @@ export interface ICoverModalV2Props {
23
23
  videoUrl: string;
24
24
  handleUpload: (file: File) => Promise<string>;
25
25
  onClose?: () => void;
26
+ zIndex?: number;
26
27
  onSubmit?: (key: 'selectCover' | 'uploadCover' | string, data: string | number) => void;
27
28
  }
28
29
  declare const CoverModal: FC<CoverModalProps>;
@@ -429,7 +429,8 @@ export var CoverModalV2 = function CoverModalV2(props) {
429
429
  footer: false,
430
430
  width: 640,
431
431
  onCancel: props.onClose,
432
- maskClosable: false
432
+ maskClosable: false,
433
+ zIndex: props.zIndex
433
434
  }, /*#__PURE__*/React.createElement(Segmented, {
434
435
  value: value,
435
436
  options: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chlp-tech/rpa-ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "rpa-ui",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",