@bendyline/docblocks-react 2.2.2 → 2.3.1
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 +217 -86
- package/dist/{ExportDialog-HPFPXELL.js → ExportDialog-VBWHFJ2R.js} +1 -1
- package/dist/{ExportToolbarControls-773QRE4R.js → ExportToolbarControls-I2EX7ZTH.js} +67 -26
- package/dist/chunk-M5Y5WO7Z.js +17 -0
- package/dist/{chunk-GHQ4X7KM.js → chunk-OSQUKIUN.js} +0 -9
- package/dist/{chunk-MHTQORMH.js → chunk-SIIEGOHY.js} +2 -1
- package/dist/chunk-UMEDHMT7.js +84 -0
- package/dist/export/index.d.ts +5 -2
- package/dist/export/index.js +5 -3
- package/dist/index.d.ts +18 -3
- package/dist/index.js +532 -256
- package/dist/{run-export-Z5BVFLIR.js → run-export-UYR5USUJ.js} +4 -2
- 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.4 | MIT | https://github.com/bendyline/squisq |
|
|
19
|
+
| @bendyline/squisq-editor-react | 2.4.7 | MIT | https://github.com/bendyline/squisq |
|
|
20
|
+
| @bendyline/squisq-formats | 2.3.9 | MIT | https://github.com/bendyline/squisq |
|
|
21
|
+
| @bendyline/squisq-react | 2.4.7 | MIT | https://github.com/bendyline/squisq |
|
|
22
|
+
| @bendyline/squisq-video | 2.2.8 | MIT | https://github.com/bendyline/squisq |
|
|
23
|
+
| @bendyline/squisq-video-react | 2.2.11 | 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.7, @bendyline/squisq-formats@2.3.9, @bendyline/squisq-react@2.4.7, @bendyline/squisq-video-react@2.2.11, @bendyline/squisq-video@2.2.8, @bendyline/squisq@2.4.4
|
|
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.7
|
|
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.7, @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.9
|
|
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.9
|
|
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.7
|
|
965
1095
|
Source files: node_modules/@bendyline/squisq-react/NOTICE.md
|
|
966
1096
|
==============================================================================
|
|
967
1097
|
# Third-Party Notices for @bendyline/squisq-react
|
|
@@ -972,12 +1102,13 @@ Third-party components remain under their respective license terms.
|
|
|
972
1102
|
|
|
973
1103
|
## Runtime, peer, and bundled dependencies
|
|
974
1104
|
|
|
975
|
-
| Package
|
|
976
|
-
|
|
|
977
|
-
|
|
|
978
|
-
|
|
|
979
|
-
|
|
|
980
|
-
| react
|
|
1105
|
+
| Package | Version | License | Repository |
|
|
1106
|
+
| ----------------------------- | -------------------- | ----------------------------- | ------------------------------------------- |
|
|
1107
|
+
| @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
|
|
1108
|
+
| mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
|
|
1109
|
+
| preact _(bundled)_ | 10.29.0 | MIT | https://github.com/preactjs/preact |
|
|
1110
|
+
| react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
1111
|
+
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
981
1112
|
|
|
982
1113
|
Mermaid is Copyright (c) 2014-2022 Knut Sveidqvist and is distributed under
|
|
983
1114
|
the MIT License. Preact is used by the standalone browser bundles. Exact
|
|
@@ -985,7 +1116,7 @@ third-party license texts for the complete standalone bundle graph are shipped
|
|
|
985
1116
|
in THIRD_PARTY_LICENSES.txt.
|
|
986
1117
|
|
|
987
1118
|
==============================================================================
|
|
988
|
-
Components: @bendyline/squisq-react@2.4.
|
|
1119
|
+
Components: @bendyline/squisq-react@2.4.7
|
|
989
1120
|
Source files: node_modules/@bendyline/squisq-react/THIRD_PARTY_LICENSES.txt
|
|
990
1121
|
==============================================================================
|
|
991
1122
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-react
|
|
@@ -5458,7 +5589,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
5458
5589
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5459
5590
|
|
|
5460
5591
|
==============================================================================
|
|
5461
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5592
|
+
Components: @bendyline/squisq-video-react@2.2.11, @ffmpeg/core@0.12.9
|
|
5462
5593
|
Source files: node_modules/@bendyline/squisq-video-react/COPYING.GPL-2.0.txt
|
|
5463
5594
|
==============================================================================
|
|
5464
5595
|
GNU GENERAL PUBLIC LICENSE
|
|
@@ -5801,7 +5932,7 @@ library. If this is what you want to do, use the GNU Lesser General
|
|
|
5801
5932
|
Public License instead of this License.
|
|
5802
5933
|
|
|
5803
5934
|
==============================================================================
|
|
5804
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5935
|
+
Components: @bendyline/squisq-video-react@2.2.11, @ffmpeg/core@0.12.9
|
|
5805
5936
|
Source files: node_modules/@bendyline/squisq-video-react/NOTICE.md
|
|
5806
5937
|
==============================================================================
|
|
5807
5938
|
# Third-Party Notices for @bendyline/squisq-video-react
|
|
@@ -5846,7 +5977,7 @@ global WebCodecs declaration dependencies are not installed for consumers. Its
|
|
|
5846
5977
|
exact license text is shipped in THIRD_PARTY_LICENSES.txt.
|
|
5847
5978
|
|
|
5848
5979
|
==============================================================================
|
|
5849
|
-
Components: @bendyline/squisq-video-react@2.2.
|
|
5980
|
+
Components: @bendyline/squisq-video-react@2.2.11, @ffmpeg/core@0.12.9, @ffmpeg/ffmpeg@0.12.15, @ffmpeg/types@0.12.4, @ffmpeg/util@0.12.2
|
|
5850
5981
|
Source files: node_modules/@bendyline/squisq-video-react/THIRD_PARTY_LICENSES.txt
|
|
5851
5982
|
==============================================================================
|
|
5852
5983
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video-react
|
|
@@ -5910,7 +6041,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
5910
6041
|
SOFTWARE.
|
|
5911
6042
|
|
|
5912
6043
|
==============================================================================
|
|
5913
|
-
Components: @bendyline/squisq-video@2.2.
|
|
6044
|
+
Components: @bendyline/squisq-video@2.2.8
|
|
5914
6045
|
Source files: node_modules/@bendyline/squisq-video/NOTICE.md
|
|
5915
6046
|
==============================================================================
|
|
5916
6047
|
# Third-Party Notices for @bendyline/squisq-video
|
|
@@ -5935,7 +6066,7 @@ Copyright and complete license texts for the listed dependencies are included
|
|
|
5935
6066
|
in their respective npm distributions and source repositories.
|
|
5936
6067
|
|
|
5937
6068
|
==============================================================================
|
|
5938
|
-
Components: @bendyline/squisq-video@2.2.
|
|
6069
|
+
Components: @bendyline/squisq-video@2.2.8
|
|
5939
6070
|
Source files: node_modules/@bendyline/squisq-video/THIRD_PARTY_LICENSES.txt
|
|
5940
6071
|
==============================================================================
|
|
5941
6072
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video
|
|
@@ -5947,7 +6078,7 @@ repository license, the pinned upstream copy is vendored and identified below.
|
|
|
5947
6078
|
COMPONENTS
|
|
5948
6079
|
|
|
5949
6080
|
==============================================================================
|
|
5950
|
-
Components: @bendyline/squisq@2.4.
|
|
6081
|
+
Components: @bendyline/squisq@2.4.4
|
|
5951
6082
|
Source files: node_modules/@bendyline/squisq/NOTICE.md
|
|
5952
6083
|
==============================================================================
|
|
5953
6084
|
# Third-Party Notices for @bendyline/squisq
|
|
@@ -5978,7 +6109,7 @@ third-party license texts for bundled code and data are shipped in
|
|
|
5978
6109
|
THIRD_PARTY_LICENSES.txt.
|
|
5979
6110
|
|
|
5980
6111
|
==============================================================================
|
|
5981
|
-
Components: @bendyline/squisq@2.4.
|
|
6112
|
+
Components: @bendyline/squisq@2.4.4
|
|
5982
6113
|
Source files: node_modules/@bendyline/squisq/THIRD_PARTY_LICENSES.txt
|
|
5983
6114
|
==============================================================================
|
|
5984
6115
|
THIRD-PARTY LICENSES FOR @bendyline/squisq
|