superdoc 2.0.0-next.37 → 2.0.0-next.39
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/chunks/{create-super-doc-ui-C_kKiKQ4.es.js → create-super-doc-ui-BDAxgGrE.es.js} +81 -14
- package/dist/chunks/{create-super-doc-ui-DLyJzmj9.cjs → create-super-doc-ui-kkZK7Tc-.cjs} +81 -14
- package/dist/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/document-api/src/track-changes/track-changes.d.ts +5 -1
- package/dist/document-api/src/types/address.d.ts +2 -2
- package/dist/layout-engine/contracts/src/index.d.ts +2 -0
- package/dist/layout-engine/contracts/src/resolved-layout.d.ts +2 -0
- package/dist/layout-engine/layout-bridge/src/incrementalLayout.d.ts +7 -0
- package/dist/layout-engine/layout-bridge/src/index.d.ts +1 -1
- package/dist/public/ui-react.cjs +1 -1
- package/dist/public/ui-react.es.js +1 -1
- package/dist/public/ui.cjs +1 -1
- package/dist/public/ui.es.js +1 -1
- package/dist/style.css +111 -107
- package/dist/style.layered.css +111 -107
- package/dist/superdoc/src/core/SuperDoc.d.ts +2 -1
- package/dist/superdoc.cjs +94 -24
- package/dist/superdoc.es.js +94 -24
- package/dist-cdn/style.layered.css +1 -1
- package/dist-cdn/superdoc.min.css +1 -1
- package/dist-cdn/superdoc.min.js +36 -36
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -979,7 +979,7 @@ img[data-v-c95b2073] {
|
|
|
979
979
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
980
980
|
}
|
|
981
981
|
|
|
982
|
-
.comments-dialog[data-v-
|
|
982
|
+
.comments-dialog[data-v-387d6ba0] {
|
|
983
983
|
display: flex;
|
|
984
984
|
flex-direction: column;
|
|
985
985
|
padding: var(--sd-ui-comments-card-padding, 16px);
|
|
@@ -998,73 +998,73 @@ img[data-v-c95b2073] {
|
|
|
998
998
|
overflow-wrap: break-word;
|
|
999
999
|
word-break: break-word;
|
|
1000
1000
|
}
|
|
1001
|
-
.comments-dialog[data-v-
|
|
1001
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-active) {
|
|
1002
1002
|
cursor: pointer;
|
|
1003
1003
|
}
|
|
1004
|
-
.comments-dialog[data-v-
|
|
1004
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-active):not(.is-resolved):hover {
|
|
1005
1005
|
background-color: var(--sd-ui-comments-card-hover-bg, #f3f6fd);
|
|
1006
1006
|
}
|
|
1007
|
-
.comments-dialog[data-v-
|
|
1007
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-resolved):hover .overflow-menu {
|
|
1008
1008
|
opacity: 1;
|
|
1009
1009
|
pointer-events: auto;
|
|
1010
1010
|
}
|
|
1011
|
-
.comments-dialog.is-active[data-v-
|
|
1011
|
+
.comments-dialog.is-active[data-v-387d6ba0] {
|
|
1012
1012
|
background-color: var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
1013
1013
|
border-color: var(--sd-ui-comments-card-active-border, #e0e0e0);
|
|
1014
1014
|
box-shadow: var(--sd-ui-comments-card-shadow, 0px 4px 12px 0px rgba(50, 50, 50, 0.15));
|
|
1015
1015
|
z-index: 10;
|
|
1016
1016
|
}
|
|
1017
|
-
.comments-dialog.is-resolved[data-v-
|
|
1017
|
+
.comments-dialog.is-resolved[data-v-387d6ba0] {
|
|
1018
1018
|
background-color: var(--sd-ui-comments-card-resolved-bg, #f0f0f0);
|
|
1019
1019
|
}
|
|
1020
|
-
.comment-separator[data-v-
|
|
1020
|
+
.comment-separator[data-v-387d6ba0] {
|
|
1021
1021
|
background-color: var(--sd-ui-comments-separator, #e0e0e0);
|
|
1022
1022
|
height: 1px;
|
|
1023
1023
|
width: 100%;
|
|
1024
1024
|
margin: 10px 0;
|
|
1025
1025
|
}
|
|
1026
|
-
.comment[data-v-
|
|
1026
|
+
.comment[data-v-387d6ba0] {
|
|
1027
1027
|
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1028
1028
|
line-height: 1.5;
|
|
1029
1029
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1030
1030
|
margin: 4px 0 0 0;
|
|
1031
1031
|
}
|
|
1032
|
-
.comment[data-v-
|
|
1032
|
+
.comment[data-v-387d6ba0] p {
|
|
1033
1033
|
margin: 0;
|
|
1034
1034
|
}
|
|
1035
|
-
.tracked-change[data-v-
|
|
1035
|
+
.tracked-change[data-v-387d6ba0] {
|
|
1036
1036
|
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1037
1037
|
line-height: 1.5;
|
|
1038
1038
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1039
1039
|
margin: 4px 0 0 0;
|
|
1040
1040
|
}
|
|
1041
|
-
.change-type[data-v-
|
|
1041
|
+
.change-type[data-v-387d6ba0] {
|
|
1042
1042
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1043
1043
|
}
|
|
1044
|
-
.tracked-change-text[data-v-
|
|
1044
|
+
.tracked-change-text[data-v-387d6ba0] {
|
|
1045
1045
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1046
1046
|
}
|
|
1047
|
-
.tracked-change-text.is-deleted[data-v-
|
|
1047
|
+
.tracked-change-text.is-deleted[data-v-387d6ba0] {
|
|
1048
1048
|
color: var(--sd-ui-comments-delete-text, #cb0e47);
|
|
1049
1049
|
}
|
|
1050
|
-
.tracked-change-text.is-inserted[data-v-
|
|
1050
|
+
.tracked-change-text.is-inserted[data-v-387d6ba0] {
|
|
1051
1051
|
color: var(--sd-ui-comments-insert-text, #1f6feb);
|
|
1052
1052
|
font-weight: 500;
|
|
1053
1053
|
}
|
|
1054
|
-
.tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-
|
|
1054
|
+
.tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-387d6ba0] {
|
|
1055
1055
|
color: var(--sd-ui-comments-move-from-text, #00853d);
|
|
1056
1056
|
}
|
|
1057
|
-
.tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-
|
|
1057
|
+
.tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-387d6ba0] {
|
|
1058
1058
|
color: var(--sd-ui-comments-move-to-text, #00853d);
|
|
1059
1059
|
}
|
|
1060
|
-
.tracked-change-detail-lines[data-v-
|
|
1060
|
+
.tracked-change-detail-lines[data-v-387d6ba0] {
|
|
1061
1061
|
margin-top: 4px;
|
|
1062
1062
|
}
|
|
1063
|
-
.tracked-change-detail-line[data-v-
|
|
1063
|
+
.tracked-change-detail-line[data-v-387d6ba0] {
|
|
1064
1064
|
font-size: 12px;
|
|
1065
1065
|
line-height: 1.4;
|
|
1066
1066
|
}
|
|
1067
|
-
.tracked-change-image-preview[data-v-
|
|
1067
|
+
.tracked-change-image-preview[data-v-387d6ba0] {
|
|
1068
1068
|
display: inline-flex;
|
|
1069
1069
|
align-items: center;
|
|
1070
1070
|
justify-content: center;
|
|
@@ -1075,7 +1075,7 @@ img[data-v-c95b2073] {
|
|
|
1075
1075
|
max-width: 96px;
|
|
1076
1076
|
max-height: 96px;
|
|
1077
1077
|
}
|
|
1078
|
-
.tracked-change-image-preview__image[data-v-
|
|
1078
|
+
.tracked-change-image-preview__image[data-v-387d6ba0] {
|
|
1079
1079
|
display: block;
|
|
1080
1080
|
width: auto;
|
|
1081
1081
|
height: auto;
|
|
@@ -1085,7 +1085,7 @@ img[data-v-c95b2073] {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
1087
|
/* ── Failed tracked-change decision alert (SD-3772 §6) ── */
|
|
1088
|
-
.tracked-change-decision-alert[data-v-
|
|
1088
|
+
.tracked-change-decision-alert[data-v-387d6ba0] {
|
|
1089
1089
|
display: flex;
|
|
1090
1090
|
align-items: center;
|
|
1091
1091
|
justify-content: space-between;
|
|
@@ -1099,12 +1099,12 @@ img[data-v-c95b2073] {
|
|
|
1099
1099
|
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1100
1100
|
line-height: 1.4;
|
|
1101
1101
|
}
|
|
1102
|
-
.tracked-change-decision-alert__retry[data-v-
|
|
1102
|
+
.tracked-change-decision-alert__retry[data-v-387d6ba0] {
|
|
1103
1103
|
flex-shrink: 0;
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
1106
|
/* ── Resolved badge ── */
|
|
1107
|
-
.resolved-badge[data-v-
|
|
1107
|
+
.resolved-badge[data-v-387d6ba0] {
|
|
1108
1108
|
display: inline-flex;
|
|
1109
1109
|
align-items: center;
|
|
1110
1110
|
gap: 4px;
|
|
@@ -1113,26 +1113,26 @@ img[data-v-c95b2073] {
|
|
|
1113
1113
|
color: var(--sd-ui-comments-resolved-text, #00853d);
|
|
1114
1114
|
margin-bottom: 4px;
|
|
1115
1115
|
}
|
|
1116
|
-
.resolved-badge__icon[data-v-
|
|
1116
|
+
.resolved-badge__icon[data-v-387d6ba0] {
|
|
1117
1117
|
display: inline-flex;
|
|
1118
1118
|
width: 12px;
|
|
1119
1119
|
height: 12px;
|
|
1120
1120
|
}
|
|
1121
|
-
.resolved-badge__icon[data-v-
|
|
1121
|
+
.resolved-badge__icon[data-v-387d6ba0] svg {
|
|
1122
1122
|
width: 100%;
|
|
1123
1123
|
height: 100%;
|
|
1124
1124
|
fill: currentColor;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
/* ── Text truncation ── */
|
|
1128
|
-
.comment.is-truncated[data-v-
|
|
1129
|
-
.tracked-change.is-truncated[data-v-
|
|
1128
|
+
.comment.is-truncated[data-v-387d6ba0],
|
|
1129
|
+
.tracked-change.is-truncated[data-v-387d6ba0] {
|
|
1130
1130
|
display: -webkit-box;
|
|
1131
1131
|
-webkit-line-clamp: 3;
|
|
1132
1132
|
-webkit-box-orient: vertical;
|
|
1133
1133
|
overflow: hidden;
|
|
1134
1134
|
}
|
|
1135
|
-
.show-more-toggle[data-v-
|
|
1135
|
+
.show-more-toggle[data-v-387d6ba0] {
|
|
1136
1136
|
font-size: 12px;
|
|
1137
1137
|
color: var(--sd-ui-action, #1355ff);
|
|
1138
1138
|
cursor: pointer;
|
|
@@ -1140,12 +1140,12 @@ img[data-v-c95b2073] {
|
|
|
1140
1140
|
margin-top: 4px;
|
|
1141
1141
|
user-select: none;
|
|
1142
1142
|
}
|
|
1143
|
-
.show-more-toggle[data-v-
|
|
1143
|
+
.show-more-toggle[data-v-387d6ba0]:hover {
|
|
1144
1144
|
text-decoration: underline;
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
1147
|
/* ── Thread collapse ── */
|
|
1148
|
-
.collapsed-replies[data-v-
|
|
1148
|
+
.collapsed-replies[data-v-387d6ba0] {
|
|
1149
1149
|
display: flex;
|
|
1150
1150
|
align-items: center;
|
|
1151
1151
|
gap: 6px;
|
|
@@ -1156,24 +1156,24 @@ img[data-v-c95b2073] {
|
|
|
1156
1156
|
cursor: pointer;
|
|
1157
1157
|
user-select: none;
|
|
1158
1158
|
}
|
|
1159
|
-
.collapsed-replies[data-v-
|
|
1159
|
+
.collapsed-replies[data-v-387d6ba0]:hover {
|
|
1160
1160
|
text-decoration: underline;
|
|
1161
1161
|
}
|
|
1162
|
-
.collapsed-avatars[data-v-
|
|
1162
|
+
.collapsed-avatars[data-v-387d6ba0] {
|
|
1163
1163
|
display: flex;
|
|
1164
1164
|
}
|
|
1165
|
-
.collapsed-avatars .mini-avatar[data-v-
|
|
1165
|
+
.collapsed-avatars .mini-avatar[data-v-387d6ba0] {
|
|
1166
1166
|
--sd-comment-avatar-size: 20px;
|
|
1167
1167
|
--sd-comment-avatar-font-size: 8px;
|
|
1168
1168
|
margin-left: -4px;
|
|
1169
1169
|
border: 2px solid var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
1170
1170
|
}
|
|
1171
|
-
.collapsed-avatars .mini-avatar[data-v-
|
|
1171
|
+
.collapsed-avatars .mini-avatar[data-v-387d6ba0]:first-child {
|
|
1172
1172
|
margin-left: 0;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
1175
|
/* ── New comment input ── */
|
|
1176
|
-
.new-comment-input-wrapper[data-v-
|
|
1176
|
+
.new-comment-input-wrapper[data-v-387d6ba0] {
|
|
1177
1177
|
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1178
1178
|
border-radius: 12px;
|
|
1179
1179
|
padding: 8.5px 10.5px;
|
|
@@ -1182,17 +1182,17 @@ img[data-v-c95b2073] {
|
|
|
1182
1182
|
max-height: 150px;
|
|
1183
1183
|
overflow-y: auto;
|
|
1184
1184
|
}
|
|
1185
|
-
.new-comment-input-wrapper[data-v-
|
|
1185
|
+
.new-comment-input-wrapper[data-v-387d6ba0]:focus-within {
|
|
1186
1186
|
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1187
1187
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1188
1188
|
}
|
|
1189
|
-
.new-comment-input-wrapper[data-v-
|
|
1189
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .comment-entry {
|
|
1190
1190
|
border-radius: 0;
|
|
1191
1191
|
}
|
|
1192
|
-
.new-comment-input-wrapper[data-v-
|
|
1192
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .input-section {
|
|
1193
1193
|
margin: 0;
|
|
1194
1194
|
}
|
|
1195
|
-
.new-comment-input-wrapper[data-v-
|
|
1195
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field {
|
|
1196
1196
|
font-size: 14px;
|
|
1197
1197
|
line-height: 20px;
|
|
1198
1198
|
border: none;
|
|
@@ -1203,18 +1203,18 @@ img[data-v-c95b2073] {
|
|
|
1203
1203
|
max-height: 132px;
|
|
1204
1204
|
resize: none;
|
|
1205
1205
|
}
|
|
1206
|
-
.new-comment-input-wrapper[data-v-
|
|
1207
|
-
.new-comment-input-wrapper[data-v-
|
|
1206
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
|
|
1207
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
|
|
1208
1208
|
border: none;
|
|
1209
1209
|
box-shadow: none;
|
|
1210
1210
|
outline: none;
|
|
1211
1211
|
}
|
|
1212
|
-
.new-comment-input-wrapper[data-v-
|
|
1212
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
|
|
1213
1213
|
content: 'Comment or add others with @';
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
/* ── Reply pill & expanded input ── */
|
|
1217
|
-
.reply-pill[data-v-
|
|
1217
|
+
.reply-pill[data-v-387d6ba0] {
|
|
1218
1218
|
width: 100%;
|
|
1219
1219
|
padding: 8.5px 10.5px;
|
|
1220
1220
|
border: 1.5px solid transparent;
|
|
@@ -1228,16 +1228,16 @@ img[data-v-c95b2073] {
|
|
|
1228
1228
|
cursor: text;
|
|
1229
1229
|
transition: background 150ms ease;
|
|
1230
1230
|
}
|
|
1231
|
-
.reply-pill[data-v-
|
|
1231
|
+
.reply-pill[data-v-387d6ba0]:hover {
|
|
1232
1232
|
background: var(--sd-color-gray-200, #f2f2f2);
|
|
1233
1233
|
}
|
|
1234
|
-
.reply-pill[data-v-
|
|
1234
|
+
.reply-pill[data-v-387d6ba0]:disabled {
|
|
1235
1235
|
cursor: not-allowed;
|
|
1236
1236
|
}
|
|
1237
|
-
.reply-expanded[data-v-
|
|
1237
|
+
.reply-expanded[data-v-387d6ba0] {
|
|
1238
1238
|
margin-top: 10px;
|
|
1239
1239
|
}
|
|
1240
|
-
.reply-input-wrapper[data-v-
|
|
1240
|
+
.reply-input-wrapper[data-v-387d6ba0] {
|
|
1241
1241
|
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1242
1242
|
border-radius: 12px;
|
|
1243
1243
|
padding: 8.5px 10.5px;
|
|
@@ -1245,17 +1245,17 @@ img[data-v-c95b2073] {
|
|
|
1245
1245
|
max-height: 150px;
|
|
1246
1246
|
overflow-y: auto;
|
|
1247
1247
|
}
|
|
1248
|
-
.reply-input-wrapper[data-v-
|
|
1248
|
+
.reply-input-wrapper[data-v-387d6ba0]:focus-within {
|
|
1249
1249
|
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1250
1250
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1251
1251
|
}
|
|
1252
|
-
.reply-input-wrapper[data-v-
|
|
1252
|
+
.reply-input-wrapper[data-v-387d6ba0] .comment-entry {
|
|
1253
1253
|
border-radius: 0;
|
|
1254
1254
|
}
|
|
1255
|
-
.reply-input-wrapper[data-v-
|
|
1255
|
+
.reply-input-wrapper[data-v-387d6ba0] .input-section {
|
|
1256
1256
|
margin: 0;
|
|
1257
1257
|
}
|
|
1258
|
-
.reply-input-wrapper[data-v-
|
|
1258
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field {
|
|
1259
1259
|
font-size: 14px;
|
|
1260
1260
|
line-height: 20px;
|
|
1261
1261
|
border: none;
|
|
@@ -1266,23 +1266,23 @@ img[data-v-c95b2073] {
|
|
|
1266
1266
|
max-height: 132px;
|
|
1267
1267
|
resize: none;
|
|
1268
1268
|
}
|
|
1269
|
-
.reply-input-wrapper[data-v-
|
|
1270
|
-
.reply-input-wrapper[data-v-
|
|
1269
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
|
|
1270
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
|
|
1271
1271
|
border: none;
|
|
1272
1272
|
box-shadow: none;
|
|
1273
1273
|
outline: none;
|
|
1274
1274
|
}
|
|
1275
|
-
.reply-input-wrapper[data-v-
|
|
1275
|
+
.reply-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
|
|
1276
1276
|
content: 'Reply or add others with @';
|
|
1277
1277
|
}
|
|
1278
|
-
.reply-actions[data-v-
|
|
1278
|
+
.reply-actions[data-v-387d6ba0] {
|
|
1279
1279
|
display: flex;
|
|
1280
1280
|
justify-content: flex-end;
|
|
1281
1281
|
align-items: center;
|
|
1282
1282
|
gap: 16px;
|
|
1283
1283
|
margin-top: 8px;
|
|
1284
1284
|
}
|
|
1285
|
-
.reply-btn-cancel[data-v-
|
|
1285
|
+
.reply-btn-cancel[data-v-387d6ba0] {
|
|
1286
1286
|
background: none;
|
|
1287
1287
|
border: none;
|
|
1288
1288
|
font-size: 13px;
|
|
@@ -1293,10 +1293,10 @@ img[data-v-c95b2073] {
|
|
|
1293
1293
|
font-family: inherit;
|
|
1294
1294
|
transition: color 150ms;
|
|
1295
1295
|
}
|
|
1296
|
-
.reply-btn-cancel[data-v-
|
|
1296
|
+
.reply-btn-cancel[data-v-387d6ba0]:hover {
|
|
1297
1297
|
color: var(--sd-ui-text, #212121);
|
|
1298
1298
|
}
|
|
1299
|
-
.reply-btn-primary[data-v-
|
|
1299
|
+
.reply-btn-primary[data-v-387d6ba0] {
|
|
1300
1300
|
background: var(--sd-ui-action, #1355ff);
|
|
1301
1301
|
border: none;
|
|
1302
1302
|
font-size: 13px;
|
|
@@ -1308,19 +1308,19 @@ img[data-v-c95b2073] {
|
|
|
1308
1308
|
font-family: inherit;
|
|
1309
1309
|
transition: background 150ms;
|
|
1310
1310
|
}
|
|
1311
|
-
.reply-btn-primary[data-v-
|
|
1311
|
+
.reply-btn-primary[data-v-387d6ba0]:hover {
|
|
1312
1312
|
background: var(--sd-ui-action-hover, #0f44cc);
|
|
1313
1313
|
}
|
|
1314
|
-
.reply-btn-primary.sd-is-disabled[data-v-
|
|
1314
|
+
.reply-btn-primary.sd-is-disabled[data-v-387d6ba0] {
|
|
1315
1315
|
background: var(--sd-color-gray-400, #dbdbdb);
|
|
1316
1316
|
color: var(--sd-color-gray-600, #888888);
|
|
1317
1317
|
cursor: default;
|
|
1318
1318
|
pointer-events: none;
|
|
1319
1319
|
}
|
|
1320
|
-
.existing-internal-input[data-v-
|
|
1320
|
+
.existing-internal-input[data-v-387d6ba0] {
|
|
1321
1321
|
margin-bottom: 10px;
|
|
1322
1322
|
}
|
|
1323
|
-
.sd-internal-dropdown[data-v-
|
|
1323
|
+
.sd-internal-dropdown[data-v-387d6ba0] {
|
|
1324
1324
|
display: inline-block;
|
|
1325
1325
|
}
|
|
1326
1326
|
|
|
@@ -1368,24 +1368,28 @@ img[data-v-c95b2073] {
|
|
|
1368
1368
|
background-color: #1355ff7f;
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
1371
|
-
.comment-placeholder[data-v-
|
|
1371
|
+
.comment-placeholder[data-v-7f4821a8] {
|
|
1372
1372
|
position: absolute;
|
|
1373
1373
|
width: 300px;
|
|
1374
1374
|
transition: top 0.3s ease;
|
|
1375
1375
|
}
|
|
1376
|
-
.
|
|
1376
|
+
.comment-placeholder.is-direct-decision-continuity-target[data-v-7f4821a8] .overflow-menu {
|
|
1377
|
+
opacity: 1;
|
|
1378
|
+
pointer-events: auto;
|
|
1379
|
+
}
|
|
1380
|
+
.floating-comment[data-v-7f4821a8] {
|
|
1377
1381
|
position: relative;
|
|
1378
1382
|
display: block;
|
|
1379
1383
|
min-width: 300px;
|
|
1380
1384
|
}
|
|
1381
|
-
.sidebar-container[data-v-
|
|
1385
|
+
.sidebar-container[data-v-7f4821a8] {
|
|
1382
1386
|
position: absolute;
|
|
1383
1387
|
width: 300px;
|
|
1384
1388
|
min-height: 300px;
|
|
1385
1389
|
transition: transform 0.3s ease;
|
|
1386
1390
|
will-change: transform;
|
|
1387
1391
|
}
|
|
1388
|
-
.section-wrapper[data-v-
|
|
1392
|
+
.section-wrapper[data-v-7f4821a8] {
|
|
1389
1393
|
position: relative;
|
|
1390
1394
|
min-height: 100%;
|
|
1391
1395
|
width: 300px;
|
|
@@ -1723,11 +1727,11 @@ img[data-v-c95b2073] {
|
|
|
1723
1727
|
pointer-events: auto;
|
|
1724
1728
|
}
|
|
1725
1729
|
|
|
1726
|
-
.superdoc[data-v-
|
|
1730
|
+
.superdoc[data-v-91c4cd11] {
|
|
1727
1731
|
display: flex;
|
|
1728
1732
|
position: relative;
|
|
1729
1733
|
}
|
|
1730
|
-
.sd-visually-hidden[data-v-
|
|
1734
|
+
.sd-visually-hidden[data-v-91c4cd11] {
|
|
1731
1735
|
position: absolute;
|
|
1732
1736
|
width: 1px;
|
|
1733
1737
|
height: 1px;
|
|
@@ -1738,30 +1742,30 @@ img[data-v-c95b2073] {
|
|
|
1738
1742
|
white-space: nowrap;
|
|
1739
1743
|
border: 0;
|
|
1740
1744
|
}
|
|
1741
|
-
.right-sidebar[data-v-
|
|
1745
|
+
.right-sidebar[data-v-91c4cd11] {
|
|
1742
1746
|
min-width: 320px;
|
|
1743
1747
|
height: 100%;
|
|
1744
1748
|
}
|
|
1745
|
-
.floating-comments[data-v-
|
|
1749
|
+
.floating-comments[data-v-91c4cd11] {
|
|
1746
1750
|
min-width: 300px;
|
|
1747
1751
|
width: 300px;
|
|
1748
1752
|
height: 100%;
|
|
1749
1753
|
overflow: visible;
|
|
1750
1754
|
}
|
|
1751
|
-
.superdoc__layers[data-v-
|
|
1755
|
+
.superdoc__layers[data-v-91c4cd11] {
|
|
1752
1756
|
height: 100%;
|
|
1753
1757
|
position: relative;
|
|
1754
1758
|
box-sizing: border-box;
|
|
1755
1759
|
}
|
|
1756
|
-
.superdoc__document[data-v-
|
|
1760
|
+
.superdoc__document[data-v-91c4cd11] {
|
|
1757
1761
|
width: 100%;
|
|
1758
1762
|
position: relative;
|
|
1759
1763
|
}
|
|
1760
|
-
.superdoc__sub-document[data-v-
|
|
1764
|
+
.superdoc__sub-document[data-v-91c4cd11] {
|
|
1761
1765
|
width: 100%;
|
|
1762
1766
|
position: relative;
|
|
1763
1767
|
}
|
|
1764
|
-
.superdoc__selection-layer[data-v-
|
|
1768
|
+
.superdoc__selection-layer[data-v-91c4cd11] {
|
|
1765
1769
|
position: absolute;
|
|
1766
1770
|
min-width: 100%;
|
|
1767
1771
|
min-height: 100%;
|
|
@@ -1772,13 +1776,13 @@ img[data-v-c95b2073] {
|
|
|
1772
1776
|
/* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
|
|
1773
1777
|
the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
|
|
1774
1778
|
clickable, and below the selection layer (z-index 10). */
|
|
1775
|
-
.superdoc__whiteboard-layer[data-v-
|
|
1779
|
+
.superdoc__whiteboard-layer[data-v-91c4cd11] {
|
|
1776
1780
|
z-index: 4;
|
|
1777
1781
|
}
|
|
1778
|
-
.superdoc__temp-selection[data-v-
|
|
1782
|
+
.superdoc__temp-selection[data-v-91c4cd11] {
|
|
1779
1783
|
position: absolute;
|
|
1780
1784
|
}
|
|
1781
|
-
.superdoc__right-sidebar[data-v-
|
|
1785
|
+
.superdoc__right-sidebar[data-v-91c4cd11] {
|
|
1782
1786
|
width: 320px;
|
|
1783
1787
|
min-width: 320px;
|
|
1784
1788
|
padding: 0 10px;
|
|
@@ -1786,7 +1790,7 @@ img[data-v-c95b2073] {
|
|
|
1786
1790
|
position: relative;
|
|
1787
1791
|
z-index: 2;
|
|
1788
1792
|
}
|
|
1789
|
-
.superdoc__compact-comment-popover[data-v-
|
|
1793
|
+
.superdoc__compact-comment-popover[data-v-91c4cd11] {
|
|
1790
1794
|
position: absolute;
|
|
1791
1795
|
top: 12px;
|
|
1792
1796
|
right: 12px;
|
|
@@ -1795,14 +1799,14 @@ img[data-v-c95b2073] {
|
|
|
1795
1799
|
}
|
|
1796
1800
|
|
|
1797
1801
|
/* Tools styles */
|
|
1798
|
-
.tools[data-v-
|
|
1802
|
+
.tools[data-v-91c4cd11] {
|
|
1799
1803
|
position: absolute;
|
|
1800
1804
|
z-index: 3;
|
|
1801
1805
|
display: flex;
|
|
1802
1806
|
flex-direction: column;
|
|
1803
1807
|
gap: var(--sd-ui-tools-gap, 6px);
|
|
1804
1808
|
}
|
|
1805
|
-
.tools-item[data-v-
|
|
1809
|
+
.tools-item[data-v-91c4cd11] {
|
|
1806
1810
|
display: flex;
|
|
1807
1811
|
align-items: center;
|
|
1808
1812
|
justify-content: center;
|
|
@@ -1813,10 +1817,10 @@ img[data-v-c95b2073] {
|
|
|
1813
1817
|
cursor: pointer;
|
|
1814
1818
|
position: relative;
|
|
1815
1819
|
}
|
|
1816
|
-
.tools-item i[data-v-
|
|
1820
|
+
.tools-item i[data-v-91c4cd11] {
|
|
1817
1821
|
cursor: pointer;
|
|
1818
1822
|
}
|
|
1819
|
-
.superdoc__tools-icon[data-v-
|
|
1823
|
+
.superdoc__tools-icon[data-v-91c4cd11] {
|
|
1820
1824
|
width: var(--sd-ui-tools-icon-size, 20px);
|
|
1821
1825
|
height: var(--sd-ui-tools-icon-size, 20px);
|
|
1822
1826
|
flex-shrink: 0;
|
|
@@ -1831,22 +1835,22 @@ img[data-v-c95b2073] {
|
|
|
1831
1835
|
|
|
1832
1836
|
/* 834px is iPad screen size in portrait orientation */
|
|
1833
1837
|
@media (max-width: 834px) {
|
|
1834
|
-
.superdoc .superdoc__layers[data-v-
|
|
1838
|
+
.superdoc .superdoc__layers[data-v-91c4cd11] {
|
|
1835
1839
|
margin: 0;
|
|
1836
1840
|
border: 0 !important;
|
|
1837
1841
|
box-shadow: none;
|
|
1838
1842
|
}
|
|
1839
|
-
.superdoc__sub-document[data-v-
|
|
1843
|
+
.superdoc__sub-document[data-v-91c4cd11] {
|
|
1840
1844
|
max-width: 100%;
|
|
1841
1845
|
}
|
|
1842
|
-
.superdoc__right-sidebar[data-v-
|
|
1846
|
+
.superdoc__right-sidebar[data-v-91c4cd11] {
|
|
1843
1847
|
padding: 10px;
|
|
1844
1848
|
position: relative;
|
|
1845
1849
|
}
|
|
1846
1850
|
}
|
|
1847
1851
|
|
|
1848
1852
|
/* AI Writer styles */
|
|
1849
|
-
.ai-writer-container[data-v-
|
|
1853
|
+
.ai-writer-container[data-v-91c4cd11] {
|
|
1850
1854
|
position: fixed;
|
|
1851
1855
|
z-index: 1000;
|
|
1852
1856
|
background: white;
|
|
@@ -1862,10 +1866,10 @@ img[data-v-c95b2073] {
|
|
|
1862
1866
|
transform: translateY(-50%);
|
|
1863
1867
|
z-index: 50;
|
|
1864
1868
|
} */
|
|
1865
|
-
.ai-tool > svg[data-v-
|
|
1869
|
+
.ai-tool > svg[data-v-91c4cd11] {
|
|
1866
1870
|
fill: transparent;
|
|
1867
1871
|
}
|
|
1868
|
-
.ai-tool[data-v-
|
|
1872
|
+
.ai-tool[data-v-91c4cd11]::before {
|
|
1869
1873
|
content: '';
|
|
1870
1874
|
position: absolute;
|
|
1871
1875
|
width: 20px;
|
|
@@ -1886,7 +1890,7 @@ img[data-v-c95b2073] {
|
|
|
1886
1890
|
filter: brightness(1.2);
|
|
1887
1891
|
transition: filter 0.2s ease;
|
|
1888
1892
|
}
|
|
1889
|
-
.ai-tool[data-v-
|
|
1893
|
+
.ai-tool[data-v-91c4cd11]:hover::before {
|
|
1890
1894
|
filter: brightness(1.3);
|
|
1891
1895
|
}
|
|
1892
1896
|
|
|
@@ -2267,7 +2271,7 @@ img[data-v-c95b2073] {
|
|
|
2267
2271
|
transform: scale(1);
|
|
2268
2272
|
}
|
|
2269
2273
|
|
|
2270
|
-
.sd-font-combobox[data-v-
|
|
2274
|
+
.sd-font-combobox[data-v-99070b63] {
|
|
2271
2275
|
display: inline-flex;
|
|
2272
2276
|
align-items: center;
|
|
2273
2277
|
height: var(--sd-ui-toolbar-height, 32px);
|
|
@@ -2280,22 +2284,22 @@ img[data-v-c95b2073] {
|
|
|
2280
2284
|
transition: background-color 0.2s ease-out;
|
|
2281
2285
|
position: relative;
|
|
2282
2286
|
}
|
|
2283
|
-
.sd-font-combobox[data-v-
|
|
2287
|
+
.sd-font-combobox[data-v-99070b63]:focus-within {
|
|
2284
2288
|
background-color: var(--sd-ui-toolbar-button-active-bg, var(--sd-ui-active-bg, #c8d0d8));
|
|
2285
2289
|
}
|
|
2286
|
-
.sd-font-combobox.high-contrast[data-v-
|
|
2290
|
+
.sd-font-combobox.high-contrast[data-v-99070b63]:focus-within {
|
|
2287
2291
|
background-color: #000;
|
|
2288
2292
|
color: #fff;
|
|
2289
2293
|
}
|
|
2290
|
-
.sd-font-combobox.sd-disabled[data-v-
|
|
2294
|
+
.sd-font-combobox.sd-disabled[data-v-99070b63] {
|
|
2291
2295
|
cursor: default;
|
|
2292
2296
|
opacity: 0.35;
|
|
2293
2297
|
}
|
|
2294
|
-
.sd-font-combobox__field[data-v-
|
|
2298
|
+
.sd-font-combobox__field[data-v-99070b63] {
|
|
2295
2299
|
flex: 1 1 auto;
|
|
2296
2300
|
min-width: 0;
|
|
2297
2301
|
}
|
|
2298
|
-
.sd-font-combobox__input[data-v-
|
|
2302
|
+
.sd-font-combobox__input[data-v-99070b63] {
|
|
2299
2303
|
width: 100%;
|
|
2300
2304
|
min-width: 0;
|
|
2301
2305
|
height: 100%;
|
|
@@ -2309,7 +2313,7 @@ img[data-v-c95b2073] {
|
|
|
2309
2313
|
text-overflow: ellipsis;
|
|
2310
2314
|
box-sizing: border-box;
|
|
2311
2315
|
}
|
|
2312
|
-
.sd-font-combobox__legacy-label[data-v-
|
|
2316
|
+
.sd-font-combobox__legacy-label[data-v-99070b63] {
|
|
2313
2317
|
position: absolute;
|
|
2314
2318
|
width: 1px;
|
|
2315
2319
|
height: 1px;
|
|
@@ -2317,7 +2321,7 @@ img[data-v-c95b2073] {
|
|
|
2317
2321
|
clip: rect(0 0 0 0);
|
|
2318
2322
|
white-space: nowrap;
|
|
2319
2323
|
}
|
|
2320
|
-
.sd-font-combobox__caret[data-v-
|
|
2324
|
+
.sd-font-combobox__caret[data-v-99070b63] {
|
|
2321
2325
|
flex-shrink: 0;
|
|
2322
2326
|
margin: 0;
|
|
2323
2327
|
border: none;
|
|
@@ -2326,17 +2330,17 @@ img[data-v-c95b2073] {
|
|
|
2326
2330
|
cursor: pointer;
|
|
2327
2331
|
color: inherit;
|
|
2328
2332
|
}
|
|
2329
|
-
.sd-font-combobox.sd-disabled .sd-font-combobox__caret[data-v-
|
|
2333
|
+
.sd-font-combobox.sd-disabled .sd-font-combobox__caret[data-v-99070b63] {
|
|
2330
2334
|
cursor: default;
|
|
2331
2335
|
}
|
|
2332
|
-
.sd-dropdown-caret[data-v-
|
|
2336
|
+
.sd-dropdown-caret[data-v-99070b63] {
|
|
2333
2337
|
display: inline-flex;
|
|
2334
2338
|
align-items: center;
|
|
2335
2339
|
justify-content: center;
|
|
2336
2340
|
width: 10px;
|
|
2337
2341
|
height: 10px;
|
|
2338
2342
|
}
|
|
2339
|
-
.sd-font-combobox__listbox[data-v-
|
|
2343
|
+
.sd-font-combobox__listbox[data-v-99070b63] {
|
|
2340
2344
|
min-width: 80px;
|
|
2341
2345
|
padding: 4px;
|
|
2342
2346
|
border-radius: var(--sd-ui-radius, 6px);
|
|
@@ -2347,7 +2351,7 @@ img[data-v-c95b2073] {
|
|
|
2347
2351
|
overflow-y: auto;
|
|
2348
2352
|
overscroll-behavior: contain;
|
|
2349
2353
|
}
|
|
2350
|
-
.sd-font-combobox__option[data-v-
|
|
2354
|
+
.sd-font-combobox__option[data-v-99070b63] {
|
|
2351
2355
|
min-height: 34px;
|
|
2352
2356
|
display: flex;
|
|
2353
2357
|
align-items: center;
|
|
@@ -2359,18 +2363,18 @@ img[data-v-c95b2073] {
|
|
|
2359
2363
|
transition: background-color 0.2s ease-out;
|
|
2360
2364
|
box-sizing: border-box;
|
|
2361
2365
|
}
|
|
2362
|
-
.sd-font-combobox__option.sd-active[data-v-
|
|
2363
|
-
.sd-font-combobox__option[data-v-
|
|
2366
|
+
.sd-font-combobox__option.sd-active[data-v-99070b63],
|
|
2367
|
+
.sd-font-combobox__option[data-v-99070b63]:hover {
|
|
2364
2368
|
background: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2365
2369
|
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2366
2370
|
}
|
|
2367
|
-
.sd-font-combobox__option.sd-selected[data-v-
|
|
2371
|
+
.sd-font-combobox__option.sd-selected[data-v-99070b63] {
|
|
2368
2372
|
background: var(--sd-ui-dropdown-active-bg, #d8dee5);
|
|
2369
2373
|
color: var(--sd-ui-dropdown-selected-text, #47484a);
|
|
2370
2374
|
}
|
|
2371
|
-
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-active[data-v-
|
|
2372
|
-
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option[data-v-
|
|
2373
|
-
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-selected[data-v-
|
|
2375
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-active[data-v-99070b63],
|
|
2376
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option[data-v-99070b63]:hover,
|
|
2377
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-selected[data-v-99070b63] {
|
|
2374
2378
|
background: #000;
|
|
2375
2379
|
color: #fff;
|
|
2376
2380
|
}
|