@myoc/common 0.19.508 → 0.19.510

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.
@@ -529,6 +529,8 @@ declare class App extends React.Component<AppProps, AppState> {
529
529
  * pointerup handlers manually
530
530
  */
531
531
  private maybeCleanupAfterMissingPointerUp;
532
+ private handleCanvasZoomUsingZDrag;
533
+ private restoreCursorAfterZoomKey;
532
534
  handleCanvasPanUsingWheelOrSpaceDrag: (event: React.PointerEvent<HTMLElement> | MouseEvent) => boolean;
533
535
  private updateGestureOnPointerDown;
534
536
  private initialPointerDownState;
@@ -10,5 +10,6 @@ export interface DialogProps {
10
10
  autofocus?: boolean;
11
11
  closeOnClickOutside?: boolean;
12
12
  titleButton?: React.ReactNode;
13
+ portalContainerClassName?: string;
13
14
  }
14
15
  export declare const Dialog: (props: DialogProps) => import("react/jsx-runtime").JSX.Element;
@@ -8,4 +8,5 @@ export declare const Modal: React.FC<{
8
8
  labelledBy: string;
9
9
  theme?: AppState["theme"];
10
10
  closeOnClickOutside?: boolean;
11
+ portalContainerClassName?: string;
11
12
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myoc/common",
3
- "version": "0.19.508",
3
+ "version": "0.19.510",
4
4
  "type": "module",
5
5
  "types": "./dist/types/common/src/index.d.ts",
6
6
  "main": "./dist/prod/index.js",