@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.
Files changed (42) hide show
  1. package/dist/ai.d.mts +250 -277
  2. package/dist/ai.d.ts +250 -277
  3. package/dist/ai.js +6045 -7459
  4. package/dist/ai.js.map +1 -1
  5. package/dist/ai.mjs +4806 -5457
  6. package/dist/ai.mjs.map +1 -1
  7. package/dist/catalog.json +2 -2
  8. package/dist/chunk-QK6OVDLC.mjs +103 -0
  9. package/dist/chunk-QK6OVDLC.mjs.map +1 -0
  10. package/dist/{chunk-AJAHD35N.mjs → chunk-SF3U7ZF4.mjs} +3 -32
  11. package/dist/chunk-SF3U7ZF4.mjs.map +1 -0
  12. package/dist/{chunk-QCZVFEN4.mjs → chunk-XVVLT6B3.mjs} +3 -3
  13. package/dist/{chunk-QCZVFEN4.mjs.map → chunk-XVVLT6B3.mjs.map} +1 -1
  14. package/dist/geometry-2d.d.mts +1 -2
  15. package/dist/geometry-2d.d.ts +1 -2
  16. package/dist/geometry-2d.js +1457 -3832
  17. package/dist/geometry-2d.js.map +1 -1
  18. package/dist/geometry-2d.mjs +1 -1
  19. package/dist/geometry-3d.d.mts +1 -2
  20. package/dist/geometry-3d.d.ts +1 -2
  21. package/dist/graph-2d.d.mts +1 -2
  22. package/dist/graph-2d.d.ts +1 -2
  23. package/dist/handleExtractProblem-BrDY9ifM.d.mts +58 -0
  24. package/dist/handleExtractProblem-BrDY9ifM.d.ts +58 -0
  25. package/dist/{host-4P766V4J.mjs → host-3UFGFMJ2.mjs} +45 -139
  26. package/dist/host-3UFGFMJ2.mjs.map +1 -0
  27. package/dist/index.d.mts +3 -4
  28. package/dist/index.d.ts +3 -4
  29. package/dist/index.js +1487 -3862
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.mjs +4 -4
  32. package/dist/latex.d.mts +1 -2
  33. package/dist/latex.d.ts +1 -2
  34. package/dist/{types-BHYC2Fiw.d.mts → types-C3FjpoUi.d.mts} +1 -232
  35. package/dist/{types-BHYC2Fiw.d.ts → types-C3FjpoUi.d.ts} +1 -232
  36. package/package.json +1 -8
  37. package/dist/chunk-AJAHD35N.mjs.map +0 -1
  38. package/dist/chunk-T3SOHYB2.mjs +0 -851
  39. package/dist/chunk-T3SOHYB2.mjs.map +0 -1
  40. package/dist/handleExtractProblem-C-U5KluK.d.mts +0 -158
  41. package/dist/handleExtractProblem-C-U5KluK.d.ts +0 -158
  42. 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-BHYC2Fiw.mjs';
7
- export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-BHYC2Fiw.mjs';
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, V as VisionRequest, h as handleExtractProblem } from './handleExtractProblem-C-U5KluK.mjs';
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-BHYC2Fiw.js';
7
- export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-BHYC2Fiw.js';
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, V as VisionRequest, h as handleExtractProblem } from './handleExtractProblem-C-U5KluK.js';
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 {