@harbour-enterprises/superdoc 1.0.0-alpha.61 → 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 +15 -15
- package/dist/superdoc.es.js +1 -1
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -19331,7 +19331,7 @@ img[data-v-718ded21] {
|
|
|
19331
19331
|
border: 2px solid #B015B3;
|
|
19332
19332
|
}
|
|
19333
19333
|
|
|
19334
|
-
.super-editor
|
|
19334
|
+
.super-editor {
|
|
19335
19335
|
--header-height: 36px;
|
|
19336
19336
|
|
|
19337
19337
|
font-family: sans-serif;
|
|
@@ -19340,7 +19340,7 @@ img[data-v-718ded21] {
|
|
|
19340
19340
|
height: 100%;
|
|
19341
19341
|
position: relative;
|
|
19342
19342
|
}
|
|
19343
|
-
.super-
|
|
19343
|
+
.super-editor__header {
|
|
19344
19344
|
display: flex;
|
|
19345
19345
|
align-items: center;
|
|
19346
19346
|
height: var(--header-height);
|
|
@@ -19348,39 +19348,39 @@ img[data-v-718ded21] {
|
|
|
19348
19348
|
background: #fff;
|
|
19349
19349
|
box-shadow: rgb(0 0 0 / 10%) 0px -1px 0px 0px inset;
|
|
19350
19350
|
}
|
|
19351
|
-
.super-
|
|
19351
|
+
.super-editor__header .signer-redlining__yes-no-ctn {
|
|
19352
19352
|
margin-top: 0;
|
|
19353
19353
|
}
|
|
19354
|
-
.super-
|
|
19354
|
+
.super-editor__header-zoom-btns {
|
|
19355
19355
|
display: flex;
|
|
19356
19356
|
align-items: center;
|
|
19357
19357
|
gap: 10px;
|
|
19358
19358
|
}
|
|
19359
|
-
.super-
|
|
19359
|
+
.super-editor__zoom-btn {
|
|
19360
19360
|
font-size: 18px;
|
|
19361
19361
|
color: #363636;
|
|
19362
19362
|
cursor: pointer;
|
|
19363
19363
|
transition: all 0.2s;
|
|
19364
19364
|
}
|
|
19365
|
-
.super-
|
|
19366
|
-
.super-
|
|
19365
|
+
.super-editor__zoom-btn--active,
|
|
19366
|
+
.super-editor__zoom-btn:hover {
|
|
19367
19367
|
color: var(--hrbr-primary-color-active);
|
|
19368
19368
|
}
|
|
19369
|
-
.super-
|
|
19369
|
+
.super-editor__zoom-btn--disabled {
|
|
19370
19370
|
color: #848484;
|
|
19371
19371
|
pointer-events: none;
|
|
19372
19372
|
}
|
|
19373
|
-
.super-
|
|
19373
|
+
.super-editor__zoom-btn i {
|
|
19374
19374
|
display: block;
|
|
19375
19375
|
}
|
|
19376
|
-
.super-
|
|
19376
|
+
.super-editor__main {
|
|
19377
19377
|
position: absolute;
|
|
19378
19378
|
top: var(--header-height);
|
|
19379
19379
|
left: 0;
|
|
19380
19380
|
right: 0;
|
|
19381
19381
|
bottom: 0;
|
|
19382
19382
|
}
|
|
19383
|
-
.super-
|
|
19383
|
+
.super-editor__document {
|
|
19384
19384
|
position: absolute;
|
|
19385
19385
|
top: 0;
|
|
19386
19386
|
left: 0;
|
|
@@ -19390,15 +19390,15 @@ img[data-v-718ded21] {
|
|
|
19390
19390
|
overflow: auto;
|
|
19391
19391
|
background: #fff;
|
|
19392
19392
|
}
|
|
19393
|
-
.super-
|
|
19393
|
+
.super-editor__document-wrapper {
|
|
19394
19394
|
width: 100%;
|
|
19395
19395
|
height: auto;
|
|
19396
19396
|
}
|
|
19397
|
-
.super-
|
|
19397
|
+
.super-editor__content-container {
|
|
19398
19398
|
max-height: 0;
|
|
19399
19399
|
overflow: visible;
|
|
19400
19400
|
}
|
|
19401
|
-
.super-
|
|
19401
|
+
.super-editor__content {
|
|
19402
19402
|
min-width: 800px;
|
|
19403
19403
|
padding: 38px 75px 75px;
|
|
19404
19404
|
/* opacity: 0;
|
|
@@ -19406,7 +19406,7 @@ img[data-v-718ded21] {
|
|
|
19406
19406
|
transition: opacity 0.3s ease, visibility 0.3s ease;
|
|
19407
19407
|
transform-origin: 0 0;
|
|
19408
19408
|
}
|
|
19409
|
-
.super-
|
|
19409
|
+
.super-editor__content--visible {
|
|
19410
19410
|
opacity: 1;
|
|
19411
19411
|
visibility: visible;
|
|
19412
19412
|
}
|
package/dist/superdoc.es.js
CHANGED
|
@@ -96254,7 +96254,7 @@ const _sfc_main$2 = {
|
|
|
96254
96254
|
}
|
|
96255
96255
|
};
|
|
96256
96256
|
const HrbrFieldsLayer = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-5a92a39c"]]);
|
|
96257
|
-
const _hoisted_1$1 = { class: "super-editor
|
|
96257
|
+
const _hoisted_1$1 = { class: "super-editor" };
|
|
96258
96258
|
const _hoisted_2$1 = ["innerHTML"];
|
|
96259
96259
|
const _sfc_main$1 = {
|
|
96260
96260
|
__name: "HtmlViewer",
|