@plaso-infi/whiteboard-sdk 0.3.3 → 0.3.4
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/cjs/{index-0217d72b-4d5fa843.js → index-0217d72b-c0ddbfa4.js} +1 -1
- package/dist/cjs/{index-c5ee71b0.js → index-5841b46a.js} +5 -5
- package/dist/cjs/index.d.ts +3 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/{index-0217d72b-28931f02.js → index-0217d72b-30f29c84.js} +1 -1
- package/dist/esm/{index-de5b7558.js → index-6ddb9d98.js} +5 -5
- package/dist/esm/index.d.ts +3 -1
- package/dist/esm/index.js +1 -1
- package/package.json +2 -2
- /package/dist/cjs/{hls-676ad386-40dd72b4.js → hls-676ad386-368cf84f.js} +0 -0
- /package/dist/cjs/{icon_map-5900d139-355e2a74.js → icon_map-5900d139-3e15764e.js} +0 -0
- /package/dist/cjs/{pdf_lib-896c4572-855937ac.js → pdf_lib-896c4572-3e37e18b.js} +0 -0
- /package/dist/esm/{hls-676ad386-3e7b70bc.js → hls-676ad386-1ed3672b.js} +0 -0
- /package/dist/esm/{icon_map-5900d139-b3477b74.js → icon_map-5900d139-a9fdf94a.js} +0 -0
- /package/dist/esm/{pdf_lib-896c4572-3fc5abd5.js → pdf_lib-896c4572-a590399b.js} +0 -0
package/dist/esm/index.d.ts
CHANGED
|
@@ -500,7 +500,9 @@ declare function getDocumentType(ext: string): DocumentType | undefined;
|
|
|
500
500
|
|
|
501
501
|
declare const FULL_TOOLBAR_CONFIG: Record<ToolBarType, boolean>;
|
|
502
502
|
|
|
503
|
-
declare const Setting: React$1.FC
|
|
503
|
+
declare const Setting: React$1.FC<{
|
|
504
|
+
showHistory?: boolean;
|
|
505
|
+
}>;
|
|
504
506
|
|
|
505
507
|
type PropT = {
|
|
506
508
|
className?: string;
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as Setting,d as SvgIcon,e as SvgManager,I as default,c as getDocumentType,g as getFileType}from"./index-
|
|
1
|
+
export{F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as Setting,d as SvgIcon,e as SvgManager,I as default,c as getDocumentType,g as getFileType}from"./index-6ddb9d98.js";import"react";import"react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plaso-infi/whiteboard-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"vite-plugin-external": "^4.0.1"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@plasosdk/upime-sdk": "
|
|
58
|
+
"@plasosdk/upime-sdk": "file:.yalc/@plasosdk/upime-sdk",
|
|
59
59
|
"base-64": "^1.0.0",
|
|
60
60
|
"crypto-js": "^4.1.1",
|
|
61
61
|
"hls.js": "^1.4.12",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|