@xom11/whiteboard 0.28.0 → 0.29.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 (39) hide show
  1. package/dist/ai.d.mts +236 -295
  2. package/dist/ai.d.ts +236 -295
  3. package/dist/ai.js +6019 -7612
  4. package/dist/ai.js.map +1 -1
  5. package/dist/ai.mjs +4804 -5457
  6. package/dist/ai.mjs.map +1 -1
  7. package/dist/catalog.json +2 -2
  8. package/dist/{chunk-AJAHD35N.mjs → chunk-E6EDOPGT.mjs} +3 -105
  9. package/dist/chunk-E6EDOPGT.mjs.map +1 -0
  10. package/dist/{chunk-QCZVFEN4.mjs → chunk-GEC2D2EQ.mjs} +3 -3
  11. package/dist/{chunk-QCZVFEN4.mjs.map → chunk-GEC2D2EQ.mjs.map} +1 -1
  12. package/dist/geometry-2d.d.mts +1 -2
  13. package/dist/geometry-2d.d.ts +1 -2
  14. package/dist/geometry-2d.js +888 -3623
  15. package/dist/geometry-2d.js.map +1 -1
  16. package/dist/geometry-2d.mjs +1 -1
  17. package/dist/geometry-3d.d.mts +1 -2
  18. package/dist/geometry-3d.d.ts +1 -2
  19. package/dist/graph-2d.d.mts +1 -2
  20. package/dist/graph-2d.d.ts +1 -2
  21. package/dist/{host-4P766V4J.mjs → host-HKMZSCIT.mjs} +54 -313
  22. package/dist/host-HKMZSCIT.mjs.map +1 -0
  23. package/dist/index.d.mts +2 -4
  24. package/dist/index.d.ts +2 -4
  25. package/dist/index.js +880 -3619
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.mjs +3 -4
  28. package/dist/index.mjs.map +1 -1
  29. package/dist/latex.d.mts +1 -2
  30. package/dist/latex.d.ts +1 -2
  31. package/dist/{types-BHYC2Fiw.d.mts → types-C3FjpoUi.d.mts} +1 -232
  32. package/dist/{types-BHYC2Fiw.d.ts → types-C3FjpoUi.d.ts} +1 -232
  33. package/package.json +1 -9
  34. package/dist/chunk-AJAHD35N.mjs.map +0 -1
  35. package/dist/chunk-T3SOHYB2.mjs +0 -851
  36. package/dist/chunk-T3SOHYB2.mjs.map +0 -1
  37. package/dist/handleExtractProblem-C-U5KluK.d.mts +0 -158
  38. package/dist/handleExtractProblem-C-U5KluK.d.ts +0 -158
  39. 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,6 @@ 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';
19
17
  import 'react';
20
18
 
21
19
  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,6 @@ 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';
19
17
  import 'react';
20
18
 
21
19
  interface SyncableAppState {