@xom11/whiteboard 0.28.0 → 0.30.0
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/dist/ai.d.mts +250 -277
- package/dist/ai.d.ts +250 -277
- package/dist/ai.js +6045 -7459
- package/dist/ai.js.map +1 -1
- package/dist/ai.mjs +4806 -5457
- package/dist/ai.mjs.map +1 -1
- package/dist/catalog.json +2 -2
- package/dist/chunk-QK6OVDLC.mjs +103 -0
- package/dist/chunk-QK6OVDLC.mjs.map +1 -0
- package/dist/{chunk-AJAHD35N.mjs → chunk-SF3U7ZF4.mjs} +3 -32
- package/dist/chunk-SF3U7ZF4.mjs.map +1 -0
- package/dist/{chunk-QCZVFEN4.mjs → chunk-XVVLT6B3.mjs} +3 -3
- package/dist/{chunk-QCZVFEN4.mjs.map → chunk-XVVLT6B3.mjs.map} +1 -1
- package/dist/geometry-2d.d.mts +1 -2
- package/dist/geometry-2d.d.ts +1 -2
- package/dist/geometry-2d.js +1457 -3832
- package/dist/geometry-2d.js.map +1 -1
- package/dist/geometry-2d.mjs +1 -1
- package/dist/geometry-3d.d.mts +1 -2
- package/dist/geometry-3d.d.ts +1 -2
- package/dist/graph-2d.d.mts +1 -2
- package/dist/graph-2d.d.ts +1 -2
- package/dist/handleExtractProblem-BrDY9ifM.d.mts +58 -0
- package/dist/handleExtractProblem-BrDY9ifM.d.ts +58 -0
- package/dist/{host-4P766V4J.mjs → host-3UFGFMJ2.mjs} +45 -139
- package/dist/host-3UFGFMJ2.mjs.map +1 -0
- package/dist/index.d.mts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +1487 -3862
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/latex.d.mts +1 -2
- package/dist/latex.d.ts +1 -2
- package/dist/{types-BHYC2Fiw.d.mts → types-C3FjpoUi.d.mts} +1 -232
- package/dist/{types-BHYC2Fiw.d.ts → types-C3FjpoUi.d.ts} +1 -232
- package/package.json +1 -8
- package/dist/chunk-AJAHD35N.mjs.map +0 -1
- package/dist/chunk-T3SOHYB2.mjs +0 -851
- package/dist/chunk-T3SOHYB2.mjs.map +0 -1
- package/dist/handleExtractProblem-C-U5KluK.d.mts +0 -158
- package/dist/handleExtractProblem-C-U5KluK.d.ts +0 -158
- package/dist/host-4P766V4J.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -3,8 +3,8 @@ import { NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/type
|
|
|
3
3
|
export { ExcalidrawElement, NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/types';
|
|
4
4
|
import { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
5
5
|
export { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
6
|
-
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-
|
|
7
|
-
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-
|
|
6
|
+
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-C3FjpoUi.mjs';
|
|
7
|
+
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-C3FjpoUi.mjs';
|
|
8
8
|
import { GeometryCustomData } from './geometry-2d.mjs';
|
|
9
9
|
export { geometryStamp } from './geometry-2d.mjs';
|
|
10
10
|
import { LatexCustomData } from './latex.mjs';
|
|
@@ -14,8 +14,7 @@ export { geometry3dStamp } from './geometry-3d.mjs';
|
|
|
14
14
|
import { Graph2DCustomData } from './graph-2d.mjs';
|
|
15
15
|
export { graph2dStamp } from './graph-2d.mjs';
|
|
16
16
|
import { PDFDocumentProxy } from 'pdfjs-dist';
|
|
17
|
-
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart,
|
|
18
|
-
import 'zod';
|
|
17
|
+
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart, h as handleExtractProblem } from './handleExtractProblem-BrDY9ifM.mjs';
|
|
19
18
|
import 'react';
|
|
20
19
|
|
|
21
20
|
interface SyncableAppState {
|
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import { NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/type
|
|
|
3
3
|
export { ExcalidrawElement, NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/types';
|
|
4
4
|
import { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
5
5
|
export { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
6
|
-
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-
|
|
7
|
-
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-
|
|
6
|
+
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-C3FjpoUi.js';
|
|
7
|
+
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-C3FjpoUi.js';
|
|
8
8
|
import { GeometryCustomData } from './geometry-2d.js';
|
|
9
9
|
export { geometryStamp } from './geometry-2d.js';
|
|
10
10
|
import { LatexCustomData } from './latex.js';
|
|
@@ -14,8 +14,7 @@ export { geometry3dStamp } from './geometry-3d.js';
|
|
|
14
14
|
import { Graph2DCustomData } from './graph-2d.js';
|
|
15
15
|
export { graph2dStamp } from './graph-2d.js';
|
|
16
16
|
import { PDFDocumentProxy } from 'pdfjs-dist';
|
|
17
|
-
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart,
|
|
18
|
-
import 'zod';
|
|
17
|
+
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart, h as handleExtractProblem } from './handleExtractProblem-BrDY9ifM.js';
|
|
19
18
|
import 'react';
|
|
20
19
|
|
|
21
20
|
interface SyncableAppState {
|