superdoc 2.3.0 → 2.4.0-next.2

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.
Files changed (52) hide show
  1. package/README.md +0 -1
  2. package/dist/chunks/{FindReplaceSurface-DLxnCQOB.cjs → FindReplaceSurface-Dx0llWqP.cjs} +1 -1
  3. package/dist/chunks/{PasswordPromptSurface-DMbfDvpQ.cjs → PasswordPromptSurface-BUUVC2ee.cjs} +1 -1
  4. package/dist/chunks/{PdfViewer-CoFiGAhm.cjs → PdfViewer-qpvzwYMz.cjs} +1 -1
  5. package/dist/chunks/blank-docx-DP8RUPW-.cjs +7 -0
  6. package/dist/chunks/blank-docx-XRX6Ker2.es.js +2 -0
  7. package/dist/chunks/{create-super-doc-ui-fxF2Q8Ib.es.js → create-super-doc-ui-D4kk9AjM.es.js} +331 -102
  8. package/dist/chunks/{create-super-doc-ui-CXCqHc2m.cjs → create-super-doc-ui-DXdWuTzm.cjs} +331 -102
  9. package/dist/chunks/{eventemitter3-B60Fsz-a.es.js → eventemitter3-Bt2s0X0a.es.js} +1 -1
  10. package/dist/chunks/{eventemitter3-DCfwFVNn.cjs → eventemitter3-DqY4aSMf.cjs} +1 -1
  11. package/dist/chunks/{jszip-DzmwAHr3.es.js → jszip-C8srOKAO.es.js} +2 -2
  12. package/dist/chunks/{jszip-BdUBlUeG.cjs → jszip-Cs9JBLlJ.cjs} +13 -1
  13. package/dist/chunks/{rolldown-runtime-_dR15c8t.cjs → rolldown-runtime-1Y-nnZJ3.cjs} +0 -28
  14. package/dist/chunks/{rolldown-runtime-BJVcqBbz.es.js → rolldown-runtime-D7PMmH3s.es.js} +1 -17
  15. package/dist/collaboration-upgrade-engine.cjs +1 -1
  16. package/dist/collaboration-upgrade-engine.es.js +1 -1
  17. package/dist/document-api/src/comments/comment-create-attribution.d.ts +2 -0
  18. package/dist/document-api/src/comments/comments.d.ts +13 -4
  19. package/dist/document-api/src/comments/comments.types.d.ts +39 -0
  20. package/dist/document-api/src/content-controls/content-controls.types.d.ts +2 -0
  21. package/dist/document-api/src/contract/metadata-types.d.ts +18 -0
  22. package/dist/document-api/src/contract/operation-definitions.d.ts +1 -1
  23. package/dist/document-api/src/index.d.ts +2 -2
  24. package/dist/layout-engine/painters/dom/src/_test-utils.d.ts +3 -2
  25. package/dist/layout-engine/painters/dom/src/index.d.ts +24 -19
  26. package/dist/layout-engine/painters/dom/src/page-content.d.ts +107 -39
  27. package/dist/layout-engine/painters/dom/src/persistent-page-surface.d.ts +144 -0
  28. package/dist/layout-engine/painters/dom/src/pm-position-validation.d.ts +1 -1
  29. package/dist/layout-engine/painters/dom/src/renderer.d.ts +50 -106
  30. package/dist/layout-engine/painters/dom/src/sdt/boundaries.d.ts +1 -1
  31. package/dist/public/ui-react.cjs +2 -2
  32. package/dist/public/ui-react.es.js +1 -1
  33. package/dist/public/ui.cjs +1 -1
  34. package/dist/public/ui.es.js +1 -1
  35. package/dist/style.css +97 -90
  36. package/dist/style.layered.css +97 -90
  37. package/dist/superdoc/src/core/types/index.d.ts +258 -11
  38. package/dist/superdoc/src/helpers/floor.d.ts +1 -1
  39. package/dist/superdoc/src/helpers/v2-review-mutation-impact.d.ts +4 -0
  40. package/dist/superdoc/src/internal/toolbar/built-in/constants.d.ts +0 -1
  41. package/dist/superdoc/src/public/index.d.cts +6 -0
  42. package/dist/superdoc/src/public/index.d.ts +3 -0
  43. package/dist/superdoc/src/stores/comments-store.d.ts +34 -10
  44. package/dist/superdoc/src/stores/superdoc-store.d.ts +102 -30
  45. package/dist/superdoc.cjs +4581 -608
  46. package/dist/superdoc.es.js +4581 -612
  47. package/dist-cdn/style.layered.css +1 -1
  48. package/dist-cdn/superdoc.min.css +1 -1
  49. package/dist-cdn/superdoc.min.js +37 -37
  50. package/package.json +5 -4
  51. package/dist/chunks/blank-docx-CJAXnJKp.es.js +0 -2
  52. package/dist/chunks/blank-docx-DA-G-3VB.cjs +0 -7
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-387d6ba0] {
982
+ .comments-dialog[data-v-f26decd0] {
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-387d6ba0]:not(.is-active) {
1001
+ .comments-dialog[data-v-f26decd0]:not(.is-active) {
1002
1002
  cursor: pointer;
1003
1003
  }
1004
- .comments-dialog[data-v-387d6ba0]:not(.is-active):not(.is-resolved):hover {
1004
+ .comments-dialog[data-v-f26decd0]: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-387d6ba0]:not(.is-resolved):hover .overflow-menu {
1007
+ .comments-dialog[data-v-f26decd0]:not(.is-resolved):hover .overflow-menu {
1008
1008
  opacity: 1;
1009
1009
  pointer-events: auto;
1010
1010
  }
1011
- .comments-dialog.is-active[data-v-387d6ba0] {
1011
+ .comments-dialog.is-active[data-v-f26decd0] {
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-387d6ba0] {
1017
+ .comments-dialog.is-resolved[data-v-f26decd0] {
1018
1018
  background-color: var(--sd-ui-comments-card-resolved-bg, #f0f0f0);
1019
1019
  }
1020
- .comment-separator[data-v-387d6ba0] {
1020
+ .comment-separator[data-v-f26decd0] {
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-387d6ba0] {
1026
+ .comment[data-v-f26decd0] {
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-387d6ba0] p {
1032
+ .comment[data-v-f26decd0] p {
1033
1033
  margin: 0;
1034
1034
  }
1035
- .tracked-change[data-v-387d6ba0] {
1035
+ .tracked-change[data-v-f26decd0] {
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-387d6ba0] {
1041
+ .change-type[data-v-f26decd0] {
1042
1042
  color: var(--sd-ui-comments-body-text, #212121);
1043
1043
  }
1044
- .tracked-change-text[data-v-387d6ba0] {
1044
+ .tracked-change-text[data-v-f26decd0] {
1045
1045
  color: var(--sd-ui-comments-body-text, #212121);
1046
1046
  }
1047
- .tracked-change-text.is-deleted[data-v-387d6ba0] {
1047
+ .tracked-change-text.is-deleted[data-v-f26decd0] {
1048
1048
  color: var(--sd-ui-comments-delete-text, #cb0e47);
1049
1049
  }
1050
- .tracked-change-text.is-inserted[data-v-387d6ba0] {
1050
+ .tracked-change-text.is-inserted[data-v-f26decd0] {
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-387d6ba0] {
1054
+ .tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-f26decd0] {
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-387d6ba0] {
1057
+ .tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-f26decd0] {
1058
1058
  color: var(--sd-ui-comments-move-to-text, #00853d);
1059
1059
  }
1060
- .tracked-change-detail-lines[data-v-387d6ba0] {
1060
+ .tracked-change-detail-lines[data-v-f26decd0] {
1061
1061
  margin-top: 4px;
1062
1062
  }
1063
- .tracked-change-detail-line[data-v-387d6ba0] {
1063
+ .tracked-change-detail-line[data-v-f26decd0] {
1064
1064
  font-size: 12px;
1065
1065
  line-height: 1.4;
1066
1066
  }
1067
- .tracked-change-image-preview[data-v-387d6ba0] {
1067
+ .tracked-change-image-preview[data-v-f26decd0] {
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-387d6ba0] {
1078
+ .tracked-change-image-preview__image[data-v-f26decd0] {
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-387d6ba0] {
1088
+ .tracked-change-decision-alert[data-v-f26decd0] {
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-387d6ba0] {
1102
+ .tracked-change-decision-alert__retry[data-v-f26decd0] {
1103
1103
  flex-shrink: 0;
1104
1104
  }
1105
1105
 
1106
1106
  /* ── Resolved badge ── */
1107
- .resolved-badge[data-v-387d6ba0] {
1107
+ .resolved-badge[data-v-f26decd0] {
1108
1108
  display: inline-flex;
1109
1109
  align-items: center;
1110
1110
  gap: 4px;
@@ -1113,26 +1113,33 @@ 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-387d6ba0] {
1116
+ .resolved-badge__icon[data-v-f26decd0] {
1117
1117
  display: inline-flex;
1118
1118
  width: 12px;
1119
1119
  height: 12px;
1120
1120
  }
1121
- .resolved-badge__icon[data-v-387d6ba0] svg {
1121
+ .resolved-badge__icon[data-v-f26decd0] 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-387d6ba0],
1129
- .tracked-change.is-truncated[data-v-387d6ba0] {
1128
+ .comment.is-truncated[data-v-f26decd0],
1129
+ .tracked-change.is-truncated[data-v-f26decd0] {
1130
1130
  display: -webkit-box;
1131
1131
  -webkit-line-clamp: 3;
1132
1132
  -webkit-box-orient: vertical;
1133
+ max-height: 4.5em;
1133
1134
  overflow: hidden;
1134
1135
  }
1135
- .show-more-toggle[data-v-387d6ba0] {
1136
+ .comment.is-scrollable[data-v-f26decd0],
1137
+ .tracked-change.is-scrollable[data-v-f26decd0] {
1138
+ max-height: 220px;
1139
+ overflow-y: auto;
1140
+ padding-right: 4px;
1141
+ }
1142
+ .show-more-toggle[data-v-f26decd0] {
1136
1143
  font-size: 12px;
1137
1144
  color: var(--sd-ui-action, #1355ff);
1138
1145
  cursor: pointer;
@@ -1140,12 +1147,12 @@ img[data-v-c95b2073] {
1140
1147
  margin-top: 4px;
1141
1148
  user-select: none;
1142
1149
  }
1143
- .show-more-toggle[data-v-387d6ba0]:hover {
1150
+ .show-more-toggle[data-v-f26decd0]:hover {
1144
1151
  text-decoration: underline;
1145
1152
  }
1146
1153
 
1147
1154
  /* ── Thread collapse ── */
1148
- .collapsed-replies[data-v-387d6ba0] {
1155
+ .collapsed-replies[data-v-f26decd0] {
1149
1156
  display: flex;
1150
1157
  align-items: center;
1151
1158
  gap: 6px;
@@ -1156,24 +1163,24 @@ img[data-v-c95b2073] {
1156
1163
  cursor: pointer;
1157
1164
  user-select: none;
1158
1165
  }
1159
- .collapsed-replies[data-v-387d6ba0]:hover {
1166
+ .collapsed-replies[data-v-f26decd0]:hover {
1160
1167
  text-decoration: underline;
1161
1168
  }
1162
- .collapsed-avatars[data-v-387d6ba0] {
1169
+ .collapsed-avatars[data-v-f26decd0] {
1163
1170
  display: flex;
1164
1171
  }
1165
- .collapsed-avatars .mini-avatar[data-v-387d6ba0] {
1172
+ .collapsed-avatars .mini-avatar[data-v-f26decd0] {
1166
1173
  --sd-comment-avatar-size: 20px;
1167
1174
  --sd-comment-avatar-font-size: 8px;
1168
1175
  margin-left: -4px;
1169
1176
  border: 2px solid var(--sd-ui-comments-card-active-bg, #ffffff);
1170
1177
  }
1171
- .collapsed-avatars .mini-avatar[data-v-387d6ba0]:first-child {
1178
+ .collapsed-avatars .mini-avatar[data-v-f26decd0]:first-child {
1172
1179
  margin-left: 0;
1173
1180
  }
1174
1181
 
1175
1182
  /* ── New comment input ── */
1176
- .new-comment-input-wrapper[data-v-387d6ba0] {
1183
+ .new-comment-input-wrapper[data-v-f26decd0] {
1177
1184
  border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
1178
1185
  border-radius: 12px;
1179
1186
  padding: 8.5px 10.5px;
@@ -1182,17 +1189,17 @@ img[data-v-c95b2073] {
1182
1189
  max-height: 150px;
1183
1190
  overflow-y: auto;
1184
1191
  }
1185
- .new-comment-input-wrapper[data-v-387d6ba0]:focus-within {
1192
+ .new-comment-input-wrapper[data-v-f26decd0]:focus-within {
1186
1193
  border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
1187
1194
  box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
1188
1195
  }
1189
- .new-comment-input-wrapper[data-v-387d6ba0] .comment-entry {
1196
+ .new-comment-input-wrapper[data-v-f26decd0] .comment-entry {
1190
1197
  border-radius: 0;
1191
1198
  }
1192
- .new-comment-input-wrapper[data-v-387d6ba0] .input-section {
1199
+ .new-comment-input-wrapper[data-v-f26decd0] .input-section {
1193
1200
  margin: 0;
1194
1201
  }
1195
- .new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field {
1202
+ .new-comment-input-wrapper[data-v-f26decd0] .superdoc-field {
1196
1203
  font-size: 14px;
1197
1204
  line-height: 20px;
1198
1205
  border: none;
@@ -1203,18 +1210,18 @@ img[data-v-c95b2073] {
1203
1210
  max-height: 132px;
1204
1211
  resize: none;
1205
1212
  }
1206
- .new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
1207
- .new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
1213
+ .new-comment-input-wrapper[data-v-f26decd0] .superdoc-field:focus,
1214
+ .new-comment-input-wrapper[data-v-f26decd0] .superdoc-field:active {
1208
1215
  border: none;
1209
1216
  box-shadow: none;
1210
1217
  outline: none;
1211
1218
  }
1212
- .new-comment-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
1219
+ .new-comment-input-wrapper[data-v-f26decd0] .sd-editor-placeholder::before {
1213
1220
  content: 'Comment or add others with @';
1214
1221
  }
1215
1222
 
1216
1223
  /* ── Reply pill & expanded input ── */
1217
- .reply-pill[data-v-387d6ba0] {
1224
+ .reply-pill[data-v-f26decd0] {
1218
1225
  width: 100%;
1219
1226
  padding: 8.5px 10.5px;
1220
1227
  border: 1.5px solid transparent;
@@ -1228,16 +1235,16 @@ img[data-v-c95b2073] {
1228
1235
  cursor: text;
1229
1236
  transition: background 150ms ease;
1230
1237
  }
1231
- .reply-pill[data-v-387d6ba0]:hover {
1238
+ .reply-pill[data-v-f26decd0]:hover {
1232
1239
  background: var(--sd-color-gray-200, #f2f2f2);
1233
1240
  }
1234
- .reply-pill[data-v-387d6ba0]:disabled {
1241
+ .reply-pill[data-v-f26decd0]:disabled {
1235
1242
  cursor: not-allowed;
1236
1243
  }
1237
- .reply-expanded[data-v-387d6ba0] {
1244
+ .reply-expanded[data-v-f26decd0] {
1238
1245
  margin-top: 10px;
1239
1246
  }
1240
- .reply-input-wrapper[data-v-387d6ba0] {
1247
+ .reply-input-wrapper[data-v-f26decd0] {
1241
1248
  border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
1242
1249
  border-radius: 12px;
1243
1250
  padding: 8.5px 10.5px;
@@ -1245,17 +1252,17 @@ img[data-v-c95b2073] {
1245
1252
  max-height: 150px;
1246
1253
  overflow-y: auto;
1247
1254
  }
1248
- .reply-input-wrapper[data-v-387d6ba0]:focus-within {
1255
+ .reply-input-wrapper[data-v-f26decd0]:focus-within {
1249
1256
  border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
1250
1257
  box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
1251
1258
  }
1252
- .reply-input-wrapper[data-v-387d6ba0] .comment-entry {
1259
+ .reply-input-wrapper[data-v-f26decd0] .comment-entry {
1253
1260
  border-radius: 0;
1254
1261
  }
1255
- .reply-input-wrapper[data-v-387d6ba0] .input-section {
1262
+ .reply-input-wrapper[data-v-f26decd0] .input-section {
1256
1263
  margin: 0;
1257
1264
  }
1258
- .reply-input-wrapper[data-v-387d6ba0] .superdoc-field {
1265
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field {
1259
1266
  font-size: 14px;
1260
1267
  line-height: 20px;
1261
1268
  border: none;
@@ -1266,23 +1273,23 @@ img[data-v-c95b2073] {
1266
1273
  max-height: 132px;
1267
1274
  resize: none;
1268
1275
  }
1269
- .reply-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
1270
- .reply-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
1276
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field:focus,
1277
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field:active {
1271
1278
  border: none;
1272
1279
  box-shadow: none;
1273
1280
  outline: none;
1274
1281
  }
1275
- .reply-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
1282
+ .reply-input-wrapper[data-v-f26decd0] .sd-editor-placeholder::before {
1276
1283
  content: 'Reply or add others with @';
1277
1284
  }
1278
- .reply-actions[data-v-387d6ba0] {
1285
+ .reply-actions[data-v-f26decd0] {
1279
1286
  display: flex;
1280
1287
  justify-content: flex-end;
1281
1288
  align-items: center;
1282
1289
  gap: 16px;
1283
1290
  margin-top: 8px;
1284
1291
  }
1285
- .reply-btn-cancel[data-v-387d6ba0] {
1292
+ .reply-btn-cancel[data-v-f26decd0] {
1286
1293
  background: none;
1287
1294
  border: none;
1288
1295
  font-size: 13px;
@@ -1293,10 +1300,10 @@ img[data-v-c95b2073] {
1293
1300
  font-family: inherit;
1294
1301
  transition: color 150ms;
1295
1302
  }
1296
- .reply-btn-cancel[data-v-387d6ba0]:hover {
1303
+ .reply-btn-cancel[data-v-f26decd0]:hover {
1297
1304
  color: var(--sd-ui-text, #212121);
1298
1305
  }
1299
- .reply-btn-primary[data-v-387d6ba0] {
1306
+ .reply-btn-primary[data-v-f26decd0] {
1300
1307
  background: var(--sd-ui-action, #1355ff);
1301
1308
  border: none;
1302
1309
  font-size: 13px;
@@ -1308,19 +1315,19 @@ img[data-v-c95b2073] {
1308
1315
  font-family: inherit;
1309
1316
  transition: background 150ms;
1310
1317
  }
1311
- .reply-btn-primary[data-v-387d6ba0]:hover {
1318
+ .reply-btn-primary[data-v-f26decd0]:hover {
1312
1319
  background: var(--sd-ui-action-hover, #0f44cc);
1313
1320
  }
1314
- .reply-btn-primary.sd-is-disabled[data-v-387d6ba0] {
1321
+ .reply-btn-primary.sd-is-disabled[data-v-f26decd0] {
1315
1322
  background: var(--sd-color-gray-400, #dbdbdb);
1316
1323
  color: var(--sd-color-gray-600, #888888);
1317
1324
  cursor: default;
1318
1325
  pointer-events: none;
1319
1326
  }
1320
- .existing-internal-input[data-v-387d6ba0] {
1327
+ .existing-internal-input[data-v-f26decd0] {
1321
1328
  margin-bottom: 10px;
1322
1329
  }
1323
- .sd-internal-dropdown[data-v-387d6ba0] {
1330
+ .sd-internal-dropdown[data-v-f26decd0] {
1324
1331
  display: inline-block;
1325
1332
  }
1326
1333
 
@@ -1368,28 +1375,28 @@ img[data-v-c95b2073] {
1368
1375
  background-color: #1355ff7f;
1369
1376
  }
1370
1377
 
1371
- .comment-placeholder[data-v-b5be33eb] {
1378
+ .comment-placeholder[data-v-a0a841ce] {
1372
1379
  position: absolute;
1373
1380
  width: 300px;
1374
1381
  transition: top 0.3s ease;
1375
1382
  }
1376
- .comment-placeholder.is-direct-decision-continuity-target[data-v-b5be33eb] .overflow-menu {
1383
+ .comment-placeholder.is-direct-decision-continuity-target[data-v-a0a841ce] .overflow-menu {
1377
1384
  opacity: 1;
1378
1385
  pointer-events: auto;
1379
1386
  }
1380
- .floating-comment[data-v-b5be33eb] {
1387
+ .floating-comment[data-v-a0a841ce] {
1381
1388
  position: relative;
1382
1389
  display: block;
1383
1390
  min-width: 300px;
1384
1391
  }
1385
- .sidebar-container[data-v-b5be33eb] {
1392
+ .sidebar-container[data-v-a0a841ce] {
1386
1393
  position: absolute;
1387
1394
  width: 300px;
1388
1395
  min-height: 300px;
1389
1396
  transition: transform 0.3s ease;
1390
1397
  will-change: transform;
1391
1398
  }
1392
- .section-wrapper[data-v-b5be33eb] {
1399
+ .section-wrapper[data-v-a0a841ce] {
1393
1400
  position: relative;
1394
1401
  min-height: 100%;
1395
1402
  width: 300px;
@@ -1727,11 +1734,11 @@ img[data-v-c95b2073] {
1727
1734
  pointer-events: auto;
1728
1735
  }
1729
1736
 
1730
- .superdoc[data-v-2a7bfa95] {
1737
+ .superdoc[data-v-d75089d2] {
1731
1738
  display: flex;
1732
1739
  position: relative;
1733
1740
  }
1734
- .sd-visually-hidden[data-v-2a7bfa95] {
1741
+ .sd-visually-hidden[data-v-d75089d2] {
1735
1742
  position: absolute;
1736
1743
  width: 1px;
1737
1744
  height: 1px;
@@ -1742,30 +1749,30 @@ img[data-v-c95b2073] {
1742
1749
  white-space: nowrap;
1743
1750
  border: 0;
1744
1751
  }
1745
- .right-sidebar[data-v-2a7bfa95] {
1752
+ .right-sidebar[data-v-d75089d2] {
1746
1753
  min-width: 320px;
1747
1754
  height: 100%;
1748
1755
  }
1749
- .floating-comments[data-v-2a7bfa95] {
1756
+ .floating-comments[data-v-d75089d2] {
1750
1757
  min-width: 300px;
1751
1758
  width: 300px;
1752
1759
  height: 100%;
1753
1760
  overflow: visible;
1754
1761
  }
1755
- .superdoc__layers[data-v-2a7bfa95] {
1762
+ .superdoc__layers[data-v-d75089d2] {
1756
1763
  height: 100%;
1757
1764
  position: relative;
1758
1765
  box-sizing: border-box;
1759
1766
  }
1760
- .superdoc__document[data-v-2a7bfa95] {
1767
+ .superdoc__document[data-v-d75089d2] {
1761
1768
  width: 100%;
1762
1769
  position: relative;
1763
1770
  }
1764
- .superdoc__sub-document[data-v-2a7bfa95] {
1771
+ .superdoc__sub-document[data-v-d75089d2] {
1765
1772
  width: 100%;
1766
1773
  position: relative;
1767
1774
  }
1768
- .superdoc__selection-layer[data-v-2a7bfa95] {
1775
+ .superdoc__selection-layer[data-v-d75089d2] {
1769
1776
  position: absolute;
1770
1777
  min-width: 100%;
1771
1778
  min-height: 100%;
@@ -1776,13 +1783,13 @@ img[data-v-c95b2073] {
1776
1783
  /* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
1777
1784
  the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
1778
1785
  clickable, and below the selection layer (z-index 10). */
1779
- .superdoc__whiteboard-layer[data-v-2a7bfa95] {
1786
+ .superdoc__whiteboard-layer[data-v-d75089d2] {
1780
1787
  z-index: 4;
1781
1788
  }
1782
- .superdoc__temp-selection[data-v-2a7bfa95] {
1789
+ .superdoc__temp-selection[data-v-d75089d2] {
1783
1790
  position: absolute;
1784
1791
  }
1785
- .superdoc__right-sidebar[data-v-2a7bfa95] {
1792
+ .superdoc__right-sidebar[data-v-d75089d2] {
1786
1793
  width: 320px;
1787
1794
  min-width: 320px;
1788
1795
  padding: 0 10px;
@@ -1790,7 +1797,7 @@ img[data-v-c95b2073] {
1790
1797
  position: relative;
1791
1798
  z-index: 2;
1792
1799
  }
1793
- .superdoc__compact-comment-popover[data-v-2a7bfa95] {
1800
+ .superdoc__compact-comment-popover[data-v-d75089d2] {
1794
1801
  position: absolute;
1795
1802
  top: 12px;
1796
1803
  right: 12px;
@@ -1799,14 +1806,14 @@ img[data-v-c95b2073] {
1799
1806
  }
1800
1807
 
1801
1808
  /* Tools styles */
1802
- .tools[data-v-2a7bfa95] {
1809
+ .tools[data-v-d75089d2] {
1803
1810
  position: absolute;
1804
1811
  z-index: 3;
1805
1812
  display: flex;
1806
1813
  flex-direction: column;
1807
1814
  gap: var(--sd-ui-tools-gap, 6px);
1808
1815
  }
1809
- .tools-item[data-v-2a7bfa95] {
1816
+ .tools-item[data-v-d75089d2] {
1810
1817
  display: flex;
1811
1818
  align-items: center;
1812
1819
  justify-content: center;
@@ -1817,10 +1824,10 @@ img[data-v-c95b2073] {
1817
1824
  cursor: pointer;
1818
1825
  position: relative;
1819
1826
  }
1820
- .tools-item i[data-v-2a7bfa95] {
1827
+ .tools-item i[data-v-d75089d2] {
1821
1828
  cursor: pointer;
1822
1829
  }
1823
- .superdoc__tools-icon[data-v-2a7bfa95] {
1830
+ .superdoc__tools-icon[data-v-d75089d2] {
1824
1831
  width: var(--sd-ui-tools-icon-size, 20px);
1825
1832
  height: var(--sd-ui-tools-icon-size, 20px);
1826
1833
  flex-shrink: 0;
@@ -1835,22 +1842,22 @@ img[data-v-c95b2073] {
1835
1842
 
1836
1843
  /* 834px is iPad screen size in portrait orientation */
1837
1844
  @media (max-width: 834px) {
1838
- .superdoc .superdoc__layers[data-v-2a7bfa95] {
1845
+ .superdoc .superdoc__layers[data-v-d75089d2] {
1839
1846
  margin: 0;
1840
1847
  border: 0 !important;
1841
1848
  box-shadow: none;
1842
1849
  }
1843
- .superdoc__sub-document[data-v-2a7bfa95] {
1850
+ .superdoc__sub-document[data-v-d75089d2] {
1844
1851
  max-width: 100%;
1845
1852
  }
1846
- .superdoc__right-sidebar[data-v-2a7bfa95] {
1853
+ .superdoc__right-sidebar[data-v-d75089d2] {
1847
1854
  padding: 10px;
1848
1855
  position: relative;
1849
1856
  }
1850
1857
  }
1851
1858
 
1852
1859
  /* AI Writer styles */
1853
- .ai-writer-container[data-v-2a7bfa95] {
1860
+ .ai-writer-container[data-v-d75089d2] {
1854
1861
  position: fixed;
1855
1862
  z-index: 1000;
1856
1863
  background: white;
@@ -1866,10 +1873,10 @@ img[data-v-c95b2073] {
1866
1873
  transform: translateY(-50%);
1867
1874
  z-index: 50;
1868
1875
  } */
1869
- .ai-tool > svg[data-v-2a7bfa95] {
1876
+ .ai-tool > svg[data-v-d75089d2] {
1870
1877
  fill: transparent;
1871
1878
  }
1872
- .ai-tool[data-v-2a7bfa95]::before {
1879
+ .ai-tool[data-v-d75089d2]::before {
1873
1880
  content: '';
1874
1881
  position: absolute;
1875
1882
  width: 20px;
@@ -1890,7 +1897,7 @@ img[data-v-c95b2073] {
1890
1897
  filter: brightness(1.2);
1891
1898
  transition: filter 0.2s ease;
1892
1899
  }
1893
- .ai-tool[data-v-2a7bfa95]:hover::before {
1900
+ .ai-tool[data-v-d75089d2]:hover::before {
1894
1901
  filter: brightness(1.3);
1895
1902
  }
1896
1903