@harbour-enterprises/superdoc 1.0.0-alpha.60 → 1.0.0-alpha.62
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/style.css +35 -3
- package/dist/superdoc.es.js +10934 -1633
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -167,6 +167,38 @@ body {
|
|
|
167
167
|
.input-active {
|
|
168
168
|
border: 1px solid #1355FF !important;
|
|
169
169
|
}
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
/* Collaboration cursors */
|
|
173
|
+
.ProseMirror > .ProseMirror-yjs-cursor:first-child {
|
|
174
|
+
margin-top: 16px;
|
|
175
|
+
}
|
|
176
|
+
.ProseMirror-yjs-cursor {
|
|
177
|
+
position: relative;
|
|
178
|
+
margin-left: -1px;
|
|
179
|
+
margin-right: -1px;
|
|
180
|
+
border-left: 1px solid black;
|
|
181
|
+
border-right: 1px solid black;
|
|
182
|
+
border-color: orange;
|
|
183
|
+
word-break: normal;
|
|
184
|
+
pointer-events: none;
|
|
185
|
+
}
|
|
186
|
+
.ProseMirror-yjs-cursor > div {
|
|
187
|
+
position: absolute;
|
|
188
|
+
top: -1.05em;
|
|
189
|
+
left: -1px;
|
|
190
|
+
font-size: 13px;
|
|
191
|
+
background-color: rgb(250, 129, 0);
|
|
192
|
+
font-family: serif;
|
|
193
|
+
font-style: normal;
|
|
194
|
+
font-weight: normal;
|
|
195
|
+
line-height: normal;
|
|
196
|
+
user-select: none;
|
|
197
|
+
color: white;
|
|
198
|
+
padding-left: 2px;
|
|
199
|
+
padding-right: 2px;
|
|
200
|
+
white-space: nowrap;
|
|
201
|
+
}
|
|
170
202
|
.open-link-icon[data-v-68133520] {
|
|
171
203
|
margin-left: 10px;
|
|
172
204
|
width: 30px;
|
|
@@ -604,7 +636,7 @@ body {
|
|
|
604
636
|
width: 200px;
|
|
605
637
|
}
|
|
606
638
|
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
|
|
607
|
-
.super-editor[data-v-
|
|
639
|
+
.super-editor[data-v-88836bd4] {
|
|
608
640
|
display: inline-block;
|
|
609
641
|
position: relative;
|
|
610
642
|
}
|
|
@@ -19303,13 +19335,13 @@ span[data-v-36fffb56] {
|
|
|
19303
19335
|
padding: 1px;
|
|
19304
19336
|
}
|
|
19305
19337
|
|
|
19306
|
-
.image-field[data-v-
|
|
19338
|
+
.image-field[data-v-718ded21] {
|
|
19307
19339
|
overflow: hidden;
|
|
19308
19340
|
display: flex;
|
|
19309
19341
|
align-items: center;
|
|
19310
19342
|
margin-top: 2px;
|
|
19311
19343
|
}
|
|
19312
|
-
img[data-v-
|
|
19344
|
+
img[data-v-718ded21] {
|
|
19313
19345
|
max-height: 100%;
|
|
19314
19346
|
}
|
|
19315
19347
|
|