@bendyline/docblocks-react 2.2.2 → 2.3.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/README.md +7 -2
- package/THIRD_PARTY_NOTICES.txt +210 -80
- package/dist/{ExportToolbarControls-773QRE4R.js → ExportToolbarControls-6MO4NX6H.js} +2 -0
- package/dist/index.d.ts +14 -3
- package/dist/index.js +513 -245
- package/package.json +17 -8
- package/src/styles/docblocks.css +82 -0
package/README.md
CHANGED
|
@@ -5,10 +5,15 @@ React components for DocBlocks — the complete editor shell (file explorer, wor
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @bendyline/docblocks-react
|
|
8
|
+
npm install @bendyline/docblocks-react react react-dom
|
|
9
|
+
npm install --save-dev @types/react @types/react-dom
|
|
9
10
|
```
|
|
10
11
|
|
|
11
|
-
**Peer dependencies:** React 18 or 19.
|
|
12
|
+
**Peer dependencies:** React 18 or 19. TypeScript consumers must install the
|
|
13
|
+
matching `@types/react` major (and normally `@types/react-dom`); the React type
|
|
14
|
+
peer is optional so JavaScript-only consumers do not need type packages. The
|
|
15
|
+
DocBlocks core (`@bendyline/docblocks`) and the Squisq editor packages are
|
|
16
|
+
regular dependencies and install automatically.
|
|
12
17
|
|
|
13
18
|
## Usage
|
|
14
19
|
|
package/THIRD_PARTY_NOTICES.txt
CHANGED
|
@@ -6,7 +6,7 @@ Run `npm run generate:notices` from the repository root.
|
|
|
6
6
|
Resolved runtime and optional dependency closure declared by packages/react/package.json. Peer dependencies are supplied by the consuming application and are not included.
|
|
7
7
|
|
|
8
8
|
Inventory source: package-lock.json.
|
|
9
|
-
Components:
|
|
9
|
+
Components: 344.
|
|
10
10
|
|
|
11
11
|
This notice is included in the published npm tarball. Transitive packages installed by npm also retain their package-local license files.
|
|
12
12
|
|
|
@@ -15,12 +15,12 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
15
15
|
| Package | Version | License | Source |
|
|
16
16
|
| --- | --- | --- | --- |
|
|
17
17
|
| @antfu/install-pkg | 1.1.0 | MIT | https://github.com/antfu/install-pkg |
|
|
18
|
-
| @bendyline/squisq | 2.4.
|
|
19
|
-
| @bendyline/squisq-editor-react | 2.4.
|
|
20
|
-
| @bendyline/squisq-formats | 2.3.
|
|
21
|
-
| @bendyline/squisq-react | 2.4.
|
|
22
|
-
| @bendyline/squisq-video | 2.2.
|
|
23
|
-
| @bendyline/squisq-video-react | 2.2.
|
|
18
|
+
| @bendyline/squisq | 2.4.3 | MIT | https://github.com/bendyline/squisq |
|
|
19
|
+
| @bendyline/squisq-editor-react | 2.4.5 | MIT | https://github.com/bendyline/squisq |
|
|
20
|
+
| @bendyline/squisq-formats | 2.3.7 | MIT | https://github.com/bendyline/squisq |
|
|
21
|
+
| @bendyline/squisq-react | 2.4.5 | MIT | https://github.com/bendyline/squisq |
|
|
22
|
+
| @bendyline/squisq-video | 2.2.7 | MIT | https://github.com/bendyline/squisq |
|
|
23
|
+
| @bendyline/squisq-video-react | 2.2.9 | MIT | https://github.com/bendyline/squisq |
|
|
24
24
|
| @braintree/sanitize-url | 7.1.2 | MIT | https://github.com/braintree/sanitize-url |
|
|
25
25
|
| @chevrotain/types | 11.1.2 | Apache-2.0 | https://github.com/Chevrotain/chevrotain |
|
|
26
26
|
| @ffmpeg/core | 0.12.9 | GPL-2.0-or-later | https://github.com/ffmpegwasm/ffmpeg.wasm |
|
|
@@ -43,6 +43,7 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
43
43
|
| @napi-rs/canvas-linux-x64-musl | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-linux-x64-musl |
|
|
44
44
|
| @napi-rs/canvas-win32-arm64-msvc | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-win32-arm64-msvc |
|
|
45
45
|
| @napi-rs/canvas-win32-x64-msvc | 0.1.100 | MIT | https://github.com/Brooooooklyn/canvas |
|
|
46
|
+
| @pdf-lib/fontkit | 1.1.1 | MIT | https://github.com/Hopding/fontkit |
|
|
46
47
|
| @pdf-lib/standard-fonts | 1.0.0 | MIT | https://github.com/Hopding/standard-fonts |
|
|
47
48
|
| @pdf-lib/upng | 1.0.1 | MIT | https://github.com/Hopding/upng |
|
|
48
49
|
| @popperjs/core | 2.11.8 | MIT | github:popperjs/popper-core |
|
|
@@ -362,6 +363,14 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
362
363
|
|
|
363
364
|
Package-local license, copying, and notice files are reproduced below. Where a published package omits its repository license, the reviewed aggregate or README identified in `Source files` supplies the retained material.
|
|
364
365
|
|
|
366
|
+
### Packages whose npm archive omits license text
|
|
367
|
+
|
|
368
|
+
The following locked packages declare a license identifier but publish no package-local license/copying/notice file. Their identifiers and source locations are retained here for distribution review:
|
|
369
|
+
|
|
370
|
+
| Package | Version | Declared license | Source |
|
|
371
|
+
| --- | --- | --- | --- |
|
|
372
|
+
| @pdf-lib/fontkit | 1.1.1 | MIT | https://github.com/Hopding/fontkit |
|
|
373
|
+
|
|
365
374
|
==============================================================================
|
|
366
375
|
Components: @antfu/install-pkg@1.1.0
|
|
367
376
|
Source files: node_modules/@antfu/install-pkg/LICENSE
|
|
@@ -389,7 +398,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
389
398
|
SOFTWARE.
|
|
390
399
|
|
|
391
400
|
==============================================================================
|
|
392
|
-
Components: @bendyline/squisq-editor-react@2.4.
|
|
401
|
+
Components: @bendyline/squisq-editor-react@2.4.5, @bendyline/squisq-formats@2.3.7, @bendyline/squisq-react@2.4.5, @bendyline/squisq-video-react@2.2.9, @bendyline/squisq-video@2.2.7, @bendyline/squisq@2.4.3
|
|
393
402
|
Source files: node_modules/@bendyline/squisq-editor-react/LICENSE, node_modules/@bendyline/squisq-formats/LICENSE, node_modules/@bendyline/squisq-react/LICENSE, node_modules/@bendyline/squisq-video-react/LICENSE, node_modules/@bendyline/squisq-video/LICENSE, node_modules/@bendyline/squisq/LICENSE
|
|
394
403
|
==============================================================================
|
|
395
404
|
MIT License
|
|
@@ -555,7 +564,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
555
564
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
556
565
|
|
|
557
566
|
==============================================================================
|
|
558
|
-
Components: @bendyline/squisq-editor-react@2.4.
|
|
567
|
+
Components: @bendyline/squisq-editor-react@2.4.5
|
|
559
568
|
Source files: node_modules/@bendyline/squisq-editor-react/NOTICE.md
|
|
560
569
|
==============================================================================
|
|
561
570
|
# Third-Party Notices for @bendyline/squisq-editor-react
|
|
@@ -569,6 +578,8 @@ Third-party components remain under their respective license terms.
|
|
|
569
578
|
| Package | Version | License | Repository |
|
|
570
579
|
| --------------------------------- | -------------------- | ----------------------------- | --------------------------------------------- |
|
|
571
580
|
| @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
|
|
581
|
+
| @tiptap/core | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
582
|
+
| @tiptap/extension-heading | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
572
583
|
| @tiptap/extension-image | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
573
584
|
| @tiptap/extension-link | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
574
585
|
| @tiptap/extension-mention | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
@@ -600,7 +611,7 @@ Exact third-party license texts for the bundled adapter, loader, state helper,
|
|
|
600
611
|
and Font Awesome assets are shipped in THIRD_PARTY_LICENSES.txt.
|
|
601
612
|
|
|
602
613
|
==============================================================================
|
|
603
|
-
Components: @bendyline/squisq-editor-react@2.4.
|
|
614
|
+
Components: @bendyline/squisq-editor-react@2.4.5, @tiptap/core@2.27.2, @tiptap/extension-blockquote@2.27.2, @tiptap/extension-bold@2.27.2, @tiptap/extension-bubble-menu@2.27.2, @tiptap/extension-bullet-list@2.27.2, @tiptap/extension-code-block@2.27.2, @tiptap/extension-code@2.27.2, @tiptap/extension-document@2.27.2, @tiptap/extension-dropcursor@2.27.2, @tiptap/extension-floating-menu@2.27.2, @tiptap/extension-gapcursor@2.27.2, @tiptap/extension-hard-break@2.27.2, @tiptap/extension-heading@2.27.2, @tiptap/extension-history@2.27.2, @tiptap/extension-horizontal-rule@2.27.2, @tiptap/extension-image@2.27.2, @tiptap/extension-italic@2.27.2, @tiptap/extension-link@2.27.2, @tiptap/extension-list-item@2.27.2, @tiptap/extension-mention@2.27.2, @tiptap/extension-ordered-list@2.27.2, @tiptap/extension-paragraph@2.27.2, @tiptap/extension-placeholder@2.27.2, @tiptap/extension-strike@2.27.2, @tiptap/extension-table-cell@2.27.2, @tiptap/extension-table-header@2.27.2, @tiptap/extension-table-row@2.27.2, @tiptap/extension-table@2.27.2, @tiptap/extension-task-item@2.27.2, @tiptap/extension-task-list@2.27.2, @tiptap/extension-text-style@2.27.2, @tiptap/extension-text@2.27.2, @tiptap/pm@2.27.2, @tiptap/react@2.27.2, @tiptap/starter-kit@2.27.2, @tiptap/suggestion@2.27.2
|
|
604
615
|
Source files: node_modules/@bendyline/squisq-editor-react/THIRD_PARTY_LICENSES.txt
|
|
605
616
|
==============================================================================
|
|
606
617
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-editor-react
|
|
@@ -613,8 +624,6 @@ COMPONENTS
|
|
|
613
624
|
- @fortawesome/fontawesome-free@7.2.0 ((CC-BY-4.0 AND OFL-1.1 AND MIT)); files: LICENSE.txt
|
|
614
625
|
- @monaco-editor/loader@1.7.0 (MIT); files: LICENSE
|
|
615
626
|
- @monaco-editor/react@4.7.0 (MIT); files: LICENSE
|
|
616
|
-
- @tiptap/core@2.27.2 (MIT); files: VENDORED-tiptap-2.27.2.txt
|
|
617
|
-
- @tiptap/extension-heading@2.27.2 (MIT); files: VENDORED-tiptap-2.27.2.txt
|
|
618
627
|
- state-local@1.0.7 (MIT); files: LICENSE
|
|
619
628
|
|
|
620
629
|
==============================================================================
|
|
@@ -836,56 +845,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
836
845
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
837
846
|
SOFTWARE.
|
|
838
847
|
|
|
839
|
-
==============================================================================
|
|
840
|
-
@tiptap/core@2.27.2 - VENDORED-tiptap-2.27.2.txt
|
|
841
|
-
==============================================================================
|
|
842
|
-
MIT License
|
|
843
|
-
|
|
844
|
-
Copyright (c) 2025, Tiptap GmbH
|
|
845
|
-
|
|
846
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
847
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
848
|
-
in the Software without restriction, including without limitation the rights
|
|
849
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
850
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
851
|
-
furnished to do so, subject to the following conditions:
|
|
852
|
-
|
|
853
|
-
The above copyright notice and this permission notice shall be included in all
|
|
854
|
-
copies or substantial portions of the Software.
|
|
855
|
-
|
|
856
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
857
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
858
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
859
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
860
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
861
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
862
|
-
SOFTWARE.
|
|
863
|
-
|
|
864
|
-
==============================================================================
|
|
865
|
-
@tiptap/extension-heading@2.27.2 - VENDORED-tiptap-2.27.2.txt
|
|
866
|
-
==============================================================================
|
|
867
|
-
MIT License
|
|
868
|
-
|
|
869
|
-
Copyright (c) 2025, Tiptap GmbH
|
|
870
|
-
|
|
871
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
872
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
873
|
-
in the Software without restriction, including without limitation the rights
|
|
874
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
875
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
876
|
-
furnished to do so, subject to the following conditions:
|
|
877
|
-
|
|
878
|
-
The above copyright notice and this permission notice shall be included in all
|
|
879
|
-
copies or substantial portions of the Software.
|
|
880
|
-
|
|
881
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
882
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
883
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
884
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
885
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
886
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
887
|
-
SOFTWARE.
|
|
888
|
-
|
|
889
848
|
==============================================================================
|
|
890
849
|
state-local@1.0.7 - LICENSE
|
|
891
850
|
==============================================================================
|
|
@@ -925,7 +884,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
925
884
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
926
885
|
|
|
927
886
|
==============================================================================
|
|
928
|
-
Components: @bendyline/squisq-formats@2.3.
|
|
887
|
+
Components: @bendyline/squisq-formats@2.3.7
|
|
929
888
|
Source files: node_modules/@bendyline/squisq-formats/NOTICE.md
|
|
930
889
|
==============================================================================
|
|
931
890
|
# Third-Party Notices for @bendyline/squisq-formats
|
|
@@ -936,20 +895,21 @@ Third-party components remain under their respective license terms.
|
|
|
936
895
|
|
|
937
896
|
## Runtime dependencies
|
|
938
897
|
|
|
939
|
-
| Package
|
|
940
|
-
|
|
|
941
|
-
| @pdf-lib/
|
|
942
|
-
| @
|
|
943
|
-
|
|
|
944
|
-
|
|
|
945
|
-
|
|
|
898
|
+
| Package | Version | License | Repository |
|
|
899
|
+
| ---------------- | ------- | ----------------------- | ---------------------------------- |
|
|
900
|
+
| @pdf-lib/fontkit | 1.1.1 | MIT | https://github.com/Hopding/fontkit |
|
|
901
|
+
| @pdf-lib/upng | 1.0.1 | MIT | https://github.com/Hopding/upng |
|
|
902
|
+
| @xmldom/xmldom | 0.9.10 | MIT | https://github.com/xmldom/xmldom |
|
|
903
|
+
| jszip | 3.10.1 | MIT OR GPL-3.0-or-later | https://github.com/Stuk/jszip |
|
|
904
|
+
| pdf-lib | 1.17.1 | MIT | https://pdf-lib.js.org |
|
|
905
|
+
| pdfjs-dist | 4.10.38 | Apache-2.0 | https://mozilla.github.io/pdf.js |
|
|
946
906
|
|
|
947
907
|
Squisq uses jszip under its MIT license option. Copyright and complete license
|
|
948
908
|
texts for these dependencies are included in their respective npm
|
|
949
909
|
distributions and source repositories.
|
|
950
910
|
|
|
951
911
|
==============================================================================
|
|
952
|
-
Components: @bendyline/squisq-formats@2.3.
|
|
912
|
+
Components: @bendyline/squisq-formats@2.3.7
|
|
953
913
|
Source files: node_modules/@bendyline/squisq-formats/THIRD_PARTY_LICENSES.txt
|
|
954
914
|
==============================================================================
|
|
955
915
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-formats
|
|
@@ -959,9 +919,179 @@ and notice files are reproduced verbatim. When an npm tarball omits its
|
|
|
959
919
|
repository license, the pinned upstream copy is vendored and identified below.
|
|
960
920
|
|
|
961
921
|
COMPONENTS
|
|
922
|
+
- @fortawesome/fontawesome-free@7.2.0 ((CC-BY-4.0 AND OFL-1.1 AND MIT)); files: LICENSE.txt
|
|
923
|
+
|
|
924
|
+
==============================================================================
|
|
925
|
+
@fortawesome/fontawesome-free@7.2.0 - LICENSE.txt
|
|
926
|
+
==============================================================================
|
|
927
|
+
Fonticons, Inc. (https://fontawesome.com)
|
|
928
|
+
|
|
929
|
+
--------------------------------------------------------------------------------
|
|
930
|
+
|
|
931
|
+
Font Awesome Free License
|
|
932
|
+
|
|
933
|
+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
|
934
|
+
commercial projects, open source projects, or really almost whatever you want.
|
|
935
|
+
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
|
936
|
+
|
|
937
|
+
--------------------------------------------------------------------------------
|
|
938
|
+
|
|
939
|
+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
|
940
|
+
|
|
941
|
+
The Font Awesome Free download is licensed under a Creative Commons
|
|
942
|
+
Attribution 4.0 International License and applies to all icons packaged
|
|
943
|
+
as SVG and JS file types.
|
|
944
|
+
|
|
945
|
+
--------------------------------------------------------------------------------
|
|
946
|
+
|
|
947
|
+
# Fonts: SIL OFL 1.1 License
|
|
948
|
+
|
|
949
|
+
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
|
950
|
+
packaged as web and desktop font files.
|
|
951
|
+
|
|
952
|
+
Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
|
|
953
|
+
with Reserved Font Name: "Font Awesome".
|
|
954
|
+
|
|
955
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
956
|
+
This license is copied below, and is also available with a FAQ at:
|
|
957
|
+
http://scripts.sil.org/OFL
|
|
958
|
+
|
|
959
|
+
SIL OPEN FONT LICENSE
|
|
960
|
+
Version 1.1 - 26 February 2007
|
|
961
|
+
|
|
962
|
+
PREAMBLE
|
|
963
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
964
|
+
development of collaborative font projects, to support the font creation
|
|
965
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
966
|
+
open framework in which fonts may be shared and improved in partnership
|
|
967
|
+
with others.
|
|
968
|
+
|
|
969
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
970
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
971
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
972
|
+
redistributed and/or sold with any software provided that any reserved
|
|
973
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
974
|
+
however, cannot be released under any other type of license. The
|
|
975
|
+
requirement for fonts to remain under this license does not apply
|
|
976
|
+
to any document created using the fonts or their derivatives.
|
|
977
|
+
|
|
978
|
+
DEFINITIONS
|
|
979
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
980
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
981
|
+
include source files, build scripts and documentation.
|
|
982
|
+
|
|
983
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
984
|
+
copyright statement(s).
|
|
985
|
+
|
|
986
|
+
"Original Version" refers to the collection of Font Software components as
|
|
987
|
+
distributed by the Copyright Holder(s).
|
|
988
|
+
|
|
989
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
990
|
+
or substituting — in part or in whole — any of the components of the
|
|
991
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
992
|
+
new environment.
|
|
993
|
+
|
|
994
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
995
|
+
writer or other person who contributed to the Font Software.
|
|
996
|
+
|
|
997
|
+
PERMISSION & CONDITIONS
|
|
998
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
999
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
1000
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
1001
|
+
Software, subject to the following conditions:
|
|
1002
|
+
|
|
1003
|
+
1) Neither the Font Software nor any of its individual components,
|
|
1004
|
+
in Original or Modified Versions, may be sold by itself.
|
|
1005
|
+
|
|
1006
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
1007
|
+
redistributed and/or sold with any software, provided that each copy
|
|
1008
|
+
contains the above copyright notice and this license. These can be
|
|
1009
|
+
included either as stand-alone text files, human-readable headers or
|
|
1010
|
+
in the appropriate machine-readable metadata fields within text or
|
|
1011
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
1012
|
+
|
|
1013
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
1014
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
1015
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
1016
|
+
presented to the users.
|
|
1017
|
+
|
|
1018
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
1019
|
+
Software shall not be used to promote, endorse or advertise any
|
|
1020
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
1021
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
1022
|
+
permission.
|
|
1023
|
+
|
|
1024
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
1025
|
+
must be distributed entirely under this license, and must not be
|
|
1026
|
+
distributed under any other license. The requirement for fonts to
|
|
1027
|
+
remain under this license does not apply to any document created
|
|
1028
|
+
using the Font Software.
|
|
1029
|
+
|
|
1030
|
+
TERMINATION
|
|
1031
|
+
This license becomes null and void if any of the above conditions are
|
|
1032
|
+
not met.
|
|
1033
|
+
|
|
1034
|
+
DISCLAIMER
|
|
1035
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1036
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
1037
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
1038
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
1039
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1040
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
1041
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1042
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
1043
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
1044
|
+
|
|
1045
|
+
--------------------------------------------------------------------------------
|
|
1046
|
+
|
|
1047
|
+
# Code: MIT License (https://opensource.org/licenses/MIT)
|
|
1048
|
+
|
|
1049
|
+
In the Font Awesome Free download, the MIT license applies to all non-font and
|
|
1050
|
+
non-icon files.
|
|
1051
|
+
|
|
1052
|
+
Copyright 2026 Fonticons, Inc.
|
|
1053
|
+
|
|
1054
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1055
|
+
this software and associated documentation files (the "Software"), to deal in the
|
|
1056
|
+
Software without restriction, including without limitation the rights to use, copy,
|
|
1057
|
+
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
1058
|
+
and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1059
|
+
following conditions:
|
|
1060
|
+
|
|
1061
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1062
|
+
copies or substantial portions of the Software.
|
|
1063
|
+
|
|
1064
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
1065
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1066
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1067
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1068
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1069
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1070
|
+
|
|
1071
|
+
--------------------------------------------------------------------------------
|
|
1072
|
+
|
|
1073
|
+
# Attribution
|
|
1074
|
+
|
|
1075
|
+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
|
1076
|
+
Awesome Free files already contain embedded comments with sufficient
|
|
1077
|
+
attribution, so you shouldn't need to do anything additional when using these
|
|
1078
|
+
files normally.
|
|
1079
|
+
|
|
1080
|
+
We've kept attribution comments terse, so we ask that you do not actively work
|
|
1081
|
+
to remove them from files, especially code. They're a great way for folks to
|
|
1082
|
+
learn about Font Awesome.
|
|
1083
|
+
|
|
1084
|
+
--------------------------------------------------------------------------------
|
|
1085
|
+
|
|
1086
|
+
# Brand Icons
|
|
1087
|
+
|
|
1088
|
+
All brand icons are trademarks of their respective owners. The use of these
|
|
1089
|
+
trademarks does not indicate endorsement of the trademark holder by Font
|
|
1090
|
+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
1091
|
+
to represent the company, product, or service to which they refer.**
|
|
962
1092
|
|
|
963
1093
|
==============================================================================
|
|
964
|
-
Components: @bendyline/squisq-react@2.4.
|
|
1094
|
+
Components: @bendyline/squisq-react@2.4.5
|
|
965
1095
|
Source files: node_modules/@bendyline/squisq-react/NOTICE.md
|
|
966
1096
|
==============================================================================
|
|
967
1097
|
# Third-Party Notices for @bendyline/squisq-react
|
|
@@ -985,7 +1115,7 @@ third-party license texts for the complete standalone bundle graph are shipped
|
|
|
985
1115
|
in THIRD_PARTY_LICENSES.txt.
|
|
986
1116
|
|
|
987
1117
|
==============================================================================
|
|
988
|
-
Components: @bendyline/squisq-react@2.4.
|
|
1118
|
+
Components: @bendyline/squisq-react@2.4.5
|
|
989
1119
|
Source files: node_modules/@bendyline/squisq-react/THIRD_PARTY_LICENSES.txt
|
|
990
1120
|
==============================================================================
|
|
991
1121
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-react
|
|
@@ -5458,7 +5588,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
5458
5588
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5459
5589
|
|
|
5460
5590
|
==============================================================================
|
|
5461
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5591
|
+
Components: @bendyline/squisq-video-react@2.2.9, @ffmpeg/core@0.12.9
|
|
5462
5592
|
Source files: node_modules/@bendyline/squisq-video-react/COPYING.GPL-2.0.txt
|
|
5463
5593
|
==============================================================================
|
|
5464
5594
|
GNU GENERAL PUBLIC LICENSE
|
|
@@ -5801,7 +5931,7 @@ library. If this is what you want to do, use the GNU Lesser General
|
|
|
5801
5931
|
Public License instead of this License.
|
|
5802
5932
|
|
|
5803
5933
|
==============================================================================
|
|
5804
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5934
|
+
Components: @bendyline/squisq-video-react@2.2.9, @ffmpeg/core@0.12.9
|
|
5805
5935
|
Source files: node_modules/@bendyline/squisq-video-react/NOTICE.md
|
|
5806
5936
|
==============================================================================
|
|
5807
5937
|
# Third-Party Notices for @bendyline/squisq-video-react
|
|
@@ -5846,7 +5976,7 @@ global WebCodecs declaration dependencies are not installed for consumers. Its
|
|
|
5846
5976
|
exact license text is shipped in THIRD_PARTY_LICENSES.txt.
|
|
5847
5977
|
|
|
5848
5978
|
==============================================================================
|
|
5849
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5979
|
+
Components: @bendyline/squisq-video-react@2.2.9, @ffmpeg/core@0.12.9, @ffmpeg/ffmpeg@0.12.15, @ffmpeg/types@0.12.4, @ffmpeg/util@0.12.2
|
|
5850
5980
|
Source files: node_modules/@bendyline/squisq-video-react/THIRD_PARTY_LICENSES.txt
|
|
5851
5981
|
==============================================================================
|
|
5852
5982
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video-react
|
|
@@ -5910,7 +6040,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
5910
6040
|
SOFTWARE.
|
|
5911
6041
|
|
|
5912
6042
|
==============================================================================
|
|
5913
|
-
Components: @bendyline/squisq-video@2.2.
|
|
6043
|
+
Components: @bendyline/squisq-video@2.2.7
|
|
5914
6044
|
Source files: node_modules/@bendyline/squisq-video/NOTICE.md
|
|
5915
6045
|
==============================================================================
|
|
5916
6046
|
# Third-Party Notices for @bendyline/squisq-video
|
|
@@ -5935,7 +6065,7 @@ Copyright and complete license texts for the listed dependencies are included
|
|
|
5935
6065
|
in their respective npm distributions and source repositories.
|
|
5936
6066
|
|
|
5937
6067
|
==============================================================================
|
|
5938
|
-
Components: @bendyline/squisq-video@2.2.
|
|
6068
|
+
Components: @bendyline/squisq-video@2.2.7
|
|
5939
6069
|
Source files: node_modules/@bendyline/squisq-video/THIRD_PARTY_LICENSES.txt
|
|
5940
6070
|
==============================================================================
|
|
5941
6071
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video
|
|
@@ -5947,7 +6077,7 @@ repository license, the pinned upstream copy is vendored and identified below.
|
|
|
5947
6077
|
COMPONENTS
|
|
5948
6078
|
|
|
5949
6079
|
==============================================================================
|
|
5950
|
-
Components: @bendyline/squisq@2.4.
|
|
6080
|
+
Components: @bendyline/squisq@2.4.3
|
|
5951
6081
|
Source files: node_modules/@bendyline/squisq/NOTICE.md
|
|
5952
6082
|
==============================================================================
|
|
5953
6083
|
# Third-Party Notices for @bendyline/squisq
|
|
@@ -5978,7 +6108,7 @@ third-party license texts for bundled code and data are shipped in
|
|
|
5978
6108
|
THIRD_PARTY_LICENSES.txt.
|
|
5979
6109
|
|
|
5980
6110
|
==============================================================================
|
|
5981
|
-
Components: @bendyline/squisq@2.4.
|
|
6111
|
+
Components: @bendyline/squisq@2.4.3
|
|
5982
6112
|
Source files: node_modules/@bendyline/squisq/THIRD_PARTY_LICENSES.txt
|
|
5983
6113
|
==============================================================================
|
|
5984
6114
|
THIRD-PARTY LICENSES FOR @bendyline/squisq
|
|
@@ -106,6 +106,7 @@ function quickLabel(opts, transformSummaries, destinationPath) {
|
|
|
106
106
|
function ExportToolbarControls({
|
|
107
107
|
selectedFile,
|
|
108
108
|
mediaContainer,
|
|
109
|
+
mediaProvider,
|
|
109
110
|
saveBlob,
|
|
110
111
|
destinationAdapter,
|
|
111
112
|
trigger = "menu",
|
|
@@ -543,6 +544,7 @@ function ExportToolbarControls({
|
|
|
543
544
|
{
|
|
544
545
|
doc: videoDoc,
|
|
545
546
|
playerScript: videoModules.playerScript,
|
|
547
|
+
...mediaProvider ? { mediaProvider } : {},
|
|
546
548
|
colorScheme,
|
|
547
549
|
uiPalette: videoExportPalette,
|
|
548
550
|
defaultConfig: {
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { PrunePolicy, SaveVersionResult, DocumentVersionManager } from '@bendyli
|
|
|
7
7
|
import { ThemePreference, AccentColor, WriteCanvasPreferences } from './settings/index.js';
|
|
8
8
|
export { AccentColorSettings, AccentColorSettingsProps, DEFAULT_WRITE_CANVAS_FONT_SCHEME, SettingsDialog, SettingsDialogProps, ThemeSettings, ThemeSettingsProps, WRITE_CANVAS_FONT_SCHEMES, WriteCanvasFontScheme, WriteCanvasFontSchemeGroup, WriteCanvasFontSchemeOption, WriteCanvasSettingsControls, WriteCanvasSettingsControlsProps, resolveWriteCanvasFonts } from './settings/index.js';
|
|
9
9
|
import { SharedDocumentMode } from '@bendyline/docblocks/share';
|
|
10
|
+
import { MediaProvider } from '@bendyline/squisq/schemas';
|
|
10
11
|
import { ContentContainer } from '@bendyline/squisq/storage';
|
|
11
12
|
import { VideoExportModalProps } from '@bendyline/squisq-video-react';
|
|
12
13
|
import { ExportBlobSaver } from './export/index.js';
|
|
@@ -26,6 +27,8 @@ interface PinnedDocumentListItem extends PinnedDocument {
|
|
|
26
27
|
readonly availability: PinnedDocumentAvailability;
|
|
27
28
|
}
|
|
28
29
|
|
|
30
|
+
type FileExplorerSortMode = 'name' | 'last-modified';
|
|
31
|
+
|
|
29
32
|
type FileTreeChange = {
|
|
30
33
|
type: 'create';
|
|
31
34
|
path: string;
|
|
@@ -48,8 +51,14 @@ interface WorkspaceMoveDestination {
|
|
|
48
51
|
interface FileExplorerProps {
|
|
49
52
|
/** The filesystem to display. */
|
|
50
53
|
provider: FileSystemProvider | null;
|
|
54
|
+
/** Changes after a non-watch provider has durably updated file metadata. */
|
|
55
|
+
metadataRefreshKey?: string | number | null;
|
|
51
56
|
/** Active document to select and reveal by expanding all ancestor folders. */
|
|
52
57
|
activeFilePath?: string | null;
|
|
58
|
+
/** Presentation order for files within each directory. */
|
|
59
|
+
sortMode?: FileExplorerSortMode;
|
|
60
|
+
/** Called when a file ordering toolbar button is selected. */
|
|
61
|
+
onSortModeChange?: (mode: FileExplorerSortMode) => void;
|
|
53
62
|
/** Active workspace identity, used to decorate a selected cross-workspace pin. */
|
|
54
63
|
activeWorkspaceId?: string | null;
|
|
55
64
|
/** Documents pinned across every workspace, shown above the active file tree. */
|
|
@@ -90,7 +99,7 @@ interface FileExplorerProps {
|
|
|
90
99
|
/** Optional className for the root element. */
|
|
91
100
|
className?: string;
|
|
92
101
|
}
|
|
93
|
-
declare function FileExplorer({ provider, activeFilePath, activeWorkspaceId, pinnedDocuments, pinnedPaths, onPinnedDocumentSelect, onPinnedDocumentUnpin, onPinnedDocumentRename, onPinnedDocumentDelete, onTogglePin, onSelect, onTreeMutation, onTreeChange, onImportFiles, confirmDelete, moveDestinations, onMoveToWorkspace, className, }: FileExplorerProps): react_jsx_runtime.JSX.Element;
|
|
102
|
+
declare function FileExplorer({ provider, metadataRefreshKey, activeFilePath, sortMode, onSortModeChange, activeWorkspaceId, pinnedDocuments, pinnedPaths, onPinnedDocumentSelect, onPinnedDocumentUnpin, onPinnedDocumentRename, onPinnedDocumentDelete, onTogglePin, onSelect, onTreeMutation, onTreeChange, onImportFiles, confirmDelete, moveDestinations, onMoveToWorkspace, className, }: FileExplorerProps): react_jsx_runtime.JSX.Element;
|
|
94
103
|
|
|
95
104
|
/** Git decoration for a row — precomputed by FileExplorer so this node stays context-free. */
|
|
96
105
|
interface FileTreeNodeBadge {
|
|
@@ -208,7 +217,7 @@ interface FileTreeActions {
|
|
|
208
217
|
/** Retry one failed directory without treating it as a workspace-root failure. */
|
|
209
218
|
retryDirectory: (path: string) => Promise<void>;
|
|
210
219
|
}
|
|
211
|
-
declare function useFileTree(provider: FileSystemProvider | null): FileTreeState & FileTreeActions;
|
|
220
|
+
declare function useFileTree(provider: FileSystemProvider | null, metadataRefreshKey?: string | number | null, metadataRefreshPath?: string | null): FileTreeState & FileTreeActions;
|
|
212
221
|
|
|
213
222
|
interface WorkspacePickerProps {
|
|
214
223
|
/** Currently active workspace id. */
|
|
@@ -358,6 +367,8 @@ interface ExportToolbarControlsProps {
|
|
|
358
367
|
selectedFile: string | null;
|
|
359
368
|
/** Media container for resolving images during export. */
|
|
360
369
|
mediaContainer?: ContentContainer | null;
|
|
370
|
+
/** Active document media provider used to preload audio and video export assets. */
|
|
371
|
+
mediaProvider?: MediaProvider | null;
|
|
361
372
|
/** Override the default browser download behavior for host-provided save flows. */
|
|
362
373
|
saveBlob?: ExportBlobSaver;
|
|
363
374
|
/** Optional host adapter for displaying, picking, and saving to a native target path. */
|
|
@@ -407,4 +418,4 @@ interface UseDocumentSessionResult {
|
|
|
407
418
|
*/
|
|
408
419
|
declare function useDocumentSession(autoSaveDelayMs?: number): UseDocumentSessionResult;
|
|
409
420
|
|
|
410
|
-
export { AccentColor, AppMenu, type AppMenuProps, DocBlocksShell, type DocBlocksShellProps, ExportBlobSaver, type ExportDestinationAdapter, type ExportDestinationTarget, ExportToolbarControls, type ExportToolbarControlsProps, FileExplorer, type FileExplorerProps, type FileTreeActions, type FileTreeChange, type FileTreeMutationHandler, FileTreeNode, type FileTreeNodeProps, type FileTreeReadIssue, type FileTreeState, ThemePreference, type UseDocumentSessionResult, WorkspacePicker, type WorkspacePickerProps, WriteCanvasPreferences, useDocumentSession, useFileTree };
|
|
421
|
+
export { AccentColor, AppMenu, type AppMenuProps, DocBlocksShell, type DocBlocksShellProps, ExportBlobSaver, type ExportDestinationAdapter, type ExportDestinationTarget, ExportToolbarControls, type ExportToolbarControlsProps, FileExplorer, type FileExplorerProps, type FileExplorerSortMode, type FileTreeActions, type FileTreeChange, type FileTreeMutationHandler, FileTreeNode, type FileTreeNodeProps, type FileTreeReadIssue, type FileTreeState, ThemePreference, type UseDocumentSessionResult, WorkspacePicker, type WorkspacePickerProps, WriteCanvasPreferences, useDocumentSession, useFileTree };
|