@bendyline/squisq-editor-react 2.2.0 → 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/NOTICE.md +30 -30
- package/README.md +6 -7
- package/dist/chunk-54UGTQBO.js +862 -0
- package/dist/chunk-5JMHFAVW.js +2408 -0
- package/dist/chunk-5Q4JN4I5.js +132 -0
- package/dist/chunk-6VDYKI3L.js +49 -0
- package/dist/chunk-GS7QWYFT.js +9 -0
- package/dist/chunk-MJJK7YQB.js +949 -0
- package/dist/chunk-NITZVAXL.js +986 -0
- package/dist/chunk-TRCKHRBS.js +35234 -0
- package/dist/chunk-V44VP242.js +3256 -0
- package/dist/image-editor/index.d.ts +223 -0
- package/dist/image-editor/index.js +15 -0
- package/dist/index.d.ts +2310 -4423
- package/dist/index.js +494 -42158
- package/dist/json-editor/index.d.ts +27 -0
- package/dist/json-editor/index.js +7 -0
- package/dist/monaco.d.ts +1 -1
- package/dist/monaco.js +1 -1
- package/dist/recorder/index.d.ts +407 -0
- package/dist/recorder/index.js +43 -0
- package/dist/shell/index.d.ts +9 -0
- package/dist/shell/index.js +22 -0
- package/dist/shell-BxSCBm4H.d.ts +1064 -0
- package/dist/styles/index.css +367 -19
- package/dist/teleprompter/index.d.ts +497 -0
- package/dist/teleprompter/index.js +57 -0
- package/package.json +30 -11
package/NOTICE.md
CHANGED
|
@@ -4,37 +4,37 @@ This notice applies to the `@bendyline/squisq-editor-react` npm package.
|
|
|
4
4
|
Squisq-authored code is licensed under the MIT license in `LICENSE`.
|
|
5
5
|
Third-party components remain under their respective license terms.
|
|
6
6
|
|
|
7
|
-
## Runtime and
|
|
7
|
+
## Runtime, peer, and bundled dependencies
|
|
8
8
|
|
|
9
|
-
| Package
|
|
10
|
-
|
|
|
11
|
-
| @
|
|
12
|
-
| @
|
|
13
|
-
| @
|
|
14
|
-
| @
|
|
15
|
-
| @
|
|
16
|
-
| @tiptap/extension-
|
|
17
|
-
| @tiptap/extension-
|
|
18
|
-
| @tiptap/extension-
|
|
19
|
-
| @tiptap/extension-
|
|
20
|
-
| @tiptap/extension-
|
|
21
|
-
| @tiptap/extension-
|
|
22
|
-
| @tiptap/
|
|
23
|
-
| @tiptap/
|
|
24
|
-
| @tiptap/
|
|
25
|
-
| @tiptap/
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
| @
|
|
29
|
-
| @
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
| react _(peer)_
|
|
34
|
-
| react-dom _(peer)_ | ^18 / ^19 | MIT | https://github.com/facebook/react |
|
|
9
|
+
| Package | Version | License | Repository |
|
|
10
|
+
| --------------------------------- | -------------------- | ----------------------------- | --------------------------------------------- |
|
|
11
|
+
| @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
|
|
12
|
+
| @tiptap/extension-image | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
13
|
+
| @tiptap/extension-link | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
14
|
+
| @tiptap/extension-mention | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
15
|
+
| @tiptap/extension-placeholder | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
16
|
+
| @tiptap/extension-table | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
17
|
+
| @tiptap/extension-table-cell | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
18
|
+
| @tiptap/extension-table-header | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
19
|
+
| @tiptap/extension-table-row | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
20
|
+
| @tiptap/extension-task-item | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
21
|
+
| @tiptap/extension-task-list | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
22
|
+
| @tiptap/pm | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
23
|
+
| @tiptap/react | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
24
|
+
| @tiptap/starter-kit | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
25
|
+
| @tiptap/suggestion | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
26
|
+
| mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
|
|
27
|
+
| type-fest | 4.41.0 | MIT OR CC0-1.0 | https://github.com/sindresorhus/type-fest |
|
|
28
|
+
| @monaco-editor/react _(bundled)_ | 4.7.0 | MIT | https://github.com/suren-atoyan/monaco-react |
|
|
29
|
+
| @monaco-editor/loader _(bundled)_ | 1.7.0 | MIT | https://github.com/suren-atoyan/monaco-loader |
|
|
30
|
+
| state-local _(bundled)_ | 1.0.7 | MIT | https://github.com/suren-atoyan/state-local |
|
|
31
|
+
| monaco-editor _(peer)_ | >=0.50.0 | MIT | https://github.com/microsoft/monaco-editor |
|
|
32
|
+
| react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
33
|
+
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
35
34
|
|
|
36
35
|
Font Awesome Free contains icon artwork under CC-BY-4.0, font files under
|
|
37
36
|
OFL-1.1, and CSS/JavaScript under MIT. Attribution is required when its icon
|
|
38
|
-
artwork is redistributed.
|
|
39
|
-
|
|
40
|
-
in the respective
|
|
37
|
+
artwork is redistributed. The Monaco React adapter, loader, and state-local
|
|
38
|
+
are bundled so consumers do not inherit the adapter's mandatory Monaco peer.
|
|
39
|
+
Complete license texts remain available in the respective distributions and
|
|
40
|
+
source repositories.
|
package/README.md
CHANGED
|
@@ -10,15 +10,14 @@ Part of the [Squisq](https://github.com/bendyline/squisq) monorepo.
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install @bendyline/squisq-editor-react @bendyline/squisq @bendyline/squisq-react
|
|
14
|
-
# optional: add monaco-editor only if you use the Raw (Monaco) view
|
|
15
|
-
npm install monaco-editor
|
|
13
|
+
npm install @bendyline/squisq-editor-react @bendyline/squisq @bendyline/squisq-react monaco-editor
|
|
16
14
|
```
|
|
17
15
|
|
|
18
|
-
**Peer dependencies:** `react` and `react-dom` (v18 or v19)
|
|
19
|
-
(>=0.50.0) is
|
|
20
|
-
|
|
21
|
-
a regular dependency — you don't
|
|
16
|
+
**Peer dependencies:** `react` and `react-dom` (v18 or v19), plus
|
|
17
|
+
`monaco-editor` (>=0.50.0). Monaco is loaded lazily at runtime, but it is a
|
|
18
|
+
required peer because the package's public TypeScript declarations expose
|
|
19
|
+
Monaco editor types. Tiptap is bundled as a regular dependency — you don't
|
|
20
|
+
need to install it yourself.
|
|
22
21
|
|
|
23
22
|
## Quick Start
|
|
24
23
|
|