@harbour-enterprises/superdoc 1.0.0-alpha.62 → 1.0.0-alpha.63
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 +1 -33
- package/dist/superdoc.es.js +1678 -10978
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -167,38 +167,6 @@ 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
|
-
}
|
|
202
170
|
.open-link-icon[data-v-68133520] {
|
|
203
171
|
margin-left: 10px;
|
|
204
172
|
width: 30px;
|
|
@@ -636,7 +604,7 @@ body {
|
|
|
636
604
|
width: 200px;
|
|
637
605
|
}
|
|
638
606
|
.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}
|
|
639
|
-
.super-editor[data-v-
|
|
607
|
+
.super-editor[data-v-15fe97d5] {
|
|
640
608
|
display: inline-block;
|
|
641
609
|
position: relative;
|
|
642
610
|
}
|