dcp-design-react 1.10.15 → 1.10.17

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.
@@ -1,9 +1,11 @@
1
1
  import React from 'react';
2
2
  import type { CSSProperties } from '../../_utils/types';
3
+ import type { IDrawMode } from './lib';
3
4
  type IProps = {
4
5
  open?: boolean;
5
6
  width?: number;
6
7
  height?: number;
8
+ penMode?: IDrawMode;
7
9
  penColor?: string;
8
10
  minWidth?: number;
9
11
  maxWidth?: number;
@@ -27720,9 +27720,6 @@ body {
27720
27720
  .qm-drawer .ant-drawer-header .full-screen:hover {
27721
27721
  color: rgba(0, 0, 0, 0.85);
27722
27722
  }
27723
- .qm-drawer .ant-drawer-header .ant-drawer-extra {
27724
- margin-right: 50px;
27725
- }
27726
27723
  .qm-drawer .ant-drawer-body {
27727
27724
  padding: 10px;
27728
27725
  }