@bendyline/squisq-editor-react 2.5.0 → 2.7.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.
@@ -7808,6 +7808,8 @@
7808
7808
  z-index: 100;
7809
7809
  min-width: 200px;
7810
7810
  padding: 4px 0;
7811
+ overflow-y: auto;
7812
+ overscroll-behavior: contain;
7811
7813
  font-family: var( --squisq-ux-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif );
7812
7814
  background: #fff;
7813
7815
  border: 1px solid #e5e7eb;
@@ -9166,6 +9168,15 @@
9166
9168
  margin: 0;
9167
9169
  border-radius: 0;
9168
9170
  }
9171
+ .squisq-wysiwyg-editor .squisq-video-node--audio-only {
9172
+ width: min(100%, 360px);
9173
+ max-width: 360px;
9174
+ background: transparent;
9175
+ }
9176
+ .squisq-wysiwyg-editor .squisq-video-node--audio-only audio {
9177
+ display: block;
9178
+ width: 100%;
9179
+ }
9169
9180
  .squisq-editor-shell[data-theme=dark] .squisq-video-placement-toolbar {
9170
9181
  border-bottom-color: #374151;
9171
9182
  background: #111827;
@@ -16482,6 +16493,14 @@
16482
16493
  color: var(--squisq-text-muted, #6b7280);
16483
16494
  }
16484
16495
 
16496
+ /* src/styles/host-fence.css */
16497
+ .squisq-wysiwyg-editor pre.squisq-host-fence-hidden {
16498
+ display: none;
16499
+ }
16500
+ .squisq-host-fence-widget-host {
16501
+ margin: 0.6rem 0;
16502
+ }
16503
+
16485
16504
  /* src/styles/ascii-timeline.css */
16486
16505
  .squisq-wysiwyg-editor pre.squisq-ascii-timeline-fence-hidden {
16487
16506
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/squisq-editor-react",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "description": "React editor shell with raw/WYSIWYG/preview modes for Squisq documents",
5
5
  "license": "MIT",
6
6
  "author": "Bendyline",
@@ -84,10 +84,10 @@
84
84
  "react-dom": "^18.0.0 || ^19.0.0"
85
85
  },
86
86
  "dependencies": {
87
- "@bendyline/squisq": "2.5.0",
88
- "@bendyline/squisq-formats": "2.3.10",
89
- "@bendyline/squisq-react": "2.5.0",
90
- "@bendyline/squisq-video-react": "2.3.0",
87
+ "@bendyline/squisq": "2.7.0",
88
+ "@bendyline/squisq-formats": "2.4.1",
89
+ "@bendyline/squisq-react": "2.7.0",
90
+ "@bendyline/squisq-video-react": "2.3.2",
91
91
  "@fortawesome/fontawesome-free": "7.2.0",
92
92
  "@tiptap/core": "2.27.2",
93
93
  "@tiptap/extension-heading": "2.27.2",