@doenet/doenetml-iframe 0.7.0-alpha17 → 0.7.0-alpha19
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.
- package/index.d.ts +2 -2
- package/index.js +20189 -20096
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/style.css +3 -1
package/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare type DoenetEditorIframeProps = DoenetEditorProps & {
|
|
|
49
49
|
height?: string;
|
|
50
50
|
};
|
|
51
51
|
|
|
52
|
-
declare type DoenetEditorProps = Omit<React.ComponentProps<typeof DoenetEditor_2>, "doenetML" | "width" | "height" | "
|
|
52
|
+
declare type DoenetEditorProps = Omit<React.ComponentProps<typeof DoenetEditor_2>, "doenetML" | "width" | "height" | "externalVirtualKeyboardProvided">;
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* Render Doenet viewer constrained to an iframe. A URL pointing to a version of DoenetML
|
|
@@ -87,7 +87,7 @@ export declare type DoenetViewerIframeProps = DoenetViewerProps & {
|
|
|
87
87
|
autodetectVersion?: boolean;
|
|
88
88
|
};
|
|
89
89
|
|
|
90
|
-
declare type DoenetViewerProps = Omit<React.ComponentProps<typeof DoenetViewer_2>, "doenetML" | "scrollableContainer" | "
|
|
90
|
+
declare type DoenetViewerProps = Omit<React.ComponentProps<typeof DoenetViewer_2>, "doenetML" | "scrollableContainer" | "externalVirtualKeyboardProvided">;
|
|
91
91
|
|
|
92
92
|
export { ErrorDescription }
|
|
93
93
|
|