superdoc 2.4.0-next.1 → 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.
@@ -7,7 +7,7 @@ const COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
7
7
  var PRIVATE_ENGINE_INFO = (0, __superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
8
8
  var ENGINE_INFO = Object.freeze({
9
9
  ...PRIVATE_ENGINE_INFO,
10
- superdocVersion: "2.4.0-next.1",
10
+ superdocVersion: "2.4.0-next.2",
11
11
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
12
12
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
13
13
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
@@ -6,7 +6,7 @@ const COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
6
6
  var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
7
7
  var ENGINE_INFO = Object.freeze({
8
8
  ...PRIVATE_ENGINE_INFO,
9
- superdocVersion: "2.4.0-next.1",
9
+ superdocVersion: "2.4.0-next.2",
10
10
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
11
11
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
12
12
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
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-05d69162] {
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-05d69162]:not(.is-active) {
1001
+ .comments-dialog[data-v-f26decd0]:not(.is-active) {
1002
1002
  cursor: pointer;
1003
1003
  }
1004
- .comments-dialog[data-v-05d69162]: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-05d69162]: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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] p {
1032
+ .comment[data-v-f26decd0] p {
1033
1033
  margin: 0;
1034
1034
  }
1035
- .tracked-change[data-v-05d69162] {
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-05d69162] {
1041
+ .change-type[data-v-f26decd0] {
1042
1042
  color: var(--sd-ui-comments-body-text, #212121);
1043
1043
  }
1044
- .tracked-change-text[data-v-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
1060
+ .tracked-change-detail-lines[data-v-f26decd0] {
1061
1061
  margin-top: 4px;
1062
1062
  }
1063
- .tracked-change-detail-line[data-v-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
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-05d69162] {
1107
+ .resolved-badge[data-v-f26decd0] {
1108
1108
  display: inline-flex;
1109
1109
  align-items: center;
1110
1110
  gap: 4px;
@@ -1113,33 +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-05d69162] {
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-05d69162] 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-05d69162],
1129
- .tracked-change.is-truncated[data-v-05d69162] {
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
1133
  max-height: 4.5em;
1134
1134
  overflow: hidden;
1135
1135
  }
1136
- .comment.is-scrollable[data-v-05d69162],
1137
- .tracked-change.is-scrollable[data-v-05d69162] {
1136
+ .comment.is-scrollable[data-v-f26decd0],
1137
+ .tracked-change.is-scrollable[data-v-f26decd0] {
1138
1138
  max-height: 220px;
1139
1139
  overflow-y: auto;
1140
1140
  padding-right: 4px;
1141
1141
  }
1142
- .show-more-toggle[data-v-05d69162] {
1142
+ .show-more-toggle[data-v-f26decd0] {
1143
1143
  font-size: 12px;
1144
1144
  color: var(--sd-ui-action, #1355ff);
1145
1145
  cursor: pointer;
@@ -1147,12 +1147,12 @@ img[data-v-c95b2073] {
1147
1147
  margin-top: 4px;
1148
1148
  user-select: none;
1149
1149
  }
1150
- .show-more-toggle[data-v-05d69162]:hover {
1150
+ .show-more-toggle[data-v-f26decd0]:hover {
1151
1151
  text-decoration: underline;
1152
1152
  }
1153
1153
 
1154
1154
  /* ── Thread collapse ── */
1155
- .collapsed-replies[data-v-05d69162] {
1155
+ .collapsed-replies[data-v-f26decd0] {
1156
1156
  display: flex;
1157
1157
  align-items: center;
1158
1158
  gap: 6px;
@@ -1163,24 +1163,24 @@ img[data-v-c95b2073] {
1163
1163
  cursor: pointer;
1164
1164
  user-select: none;
1165
1165
  }
1166
- .collapsed-replies[data-v-05d69162]:hover {
1166
+ .collapsed-replies[data-v-f26decd0]:hover {
1167
1167
  text-decoration: underline;
1168
1168
  }
1169
- .collapsed-avatars[data-v-05d69162] {
1169
+ .collapsed-avatars[data-v-f26decd0] {
1170
1170
  display: flex;
1171
1171
  }
1172
- .collapsed-avatars .mini-avatar[data-v-05d69162] {
1172
+ .collapsed-avatars .mini-avatar[data-v-f26decd0] {
1173
1173
  --sd-comment-avatar-size: 20px;
1174
1174
  --sd-comment-avatar-font-size: 8px;
1175
1175
  margin-left: -4px;
1176
1176
  border: 2px solid var(--sd-ui-comments-card-active-bg, #ffffff);
1177
1177
  }
1178
- .collapsed-avatars .mini-avatar[data-v-05d69162]:first-child {
1178
+ .collapsed-avatars .mini-avatar[data-v-f26decd0]:first-child {
1179
1179
  margin-left: 0;
1180
1180
  }
1181
1181
 
1182
1182
  /* ── New comment input ── */
1183
- .new-comment-input-wrapper[data-v-05d69162] {
1183
+ .new-comment-input-wrapper[data-v-f26decd0] {
1184
1184
  border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
1185
1185
  border-radius: 12px;
1186
1186
  padding: 8.5px 10.5px;
@@ -1189,17 +1189,17 @@ img[data-v-c95b2073] {
1189
1189
  max-height: 150px;
1190
1190
  overflow-y: auto;
1191
1191
  }
1192
- .new-comment-input-wrapper[data-v-05d69162]:focus-within {
1192
+ .new-comment-input-wrapper[data-v-f26decd0]:focus-within {
1193
1193
  border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
1194
1194
  box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
1195
1195
  }
1196
- .new-comment-input-wrapper[data-v-05d69162] .comment-entry {
1196
+ .new-comment-input-wrapper[data-v-f26decd0] .comment-entry {
1197
1197
  border-radius: 0;
1198
1198
  }
1199
- .new-comment-input-wrapper[data-v-05d69162] .input-section {
1199
+ .new-comment-input-wrapper[data-v-f26decd0] .input-section {
1200
1200
  margin: 0;
1201
1201
  }
1202
- .new-comment-input-wrapper[data-v-05d69162] .superdoc-field {
1202
+ .new-comment-input-wrapper[data-v-f26decd0] .superdoc-field {
1203
1203
  font-size: 14px;
1204
1204
  line-height: 20px;
1205
1205
  border: none;
@@ -1210,18 +1210,18 @@ img[data-v-c95b2073] {
1210
1210
  max-height: 132px;
1211
1211
  resize: none;
1212
1212
  }
1213
- .new-comment-input-wrapper[data-v-05d69162] .superdoc-field:focus,
1214
- .new-comment-input-wrapper[data-v-05d69162] .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 {
1215
1215
  border: none;
1216
1216
  box-shadow: none;
1217
1217
  outline: none;
1218
1218
  }
1219
- .new-comment-input-wrapper[data-v-05d69162] .sd-editor-placeholder::before {
1219
+ .new-comment-input-wrapper[data-v-f26decd0] .sd-editor-placeholder::before {
1220
1220
  content: 'Comment or add others with @';
1221
1221
  }
1222
1222
 
1223
1223
  /* ── Reply pill & expanded input ── */
1224
- .reply-pill[data-v-05d69162] {
1224
+ .reply-pill[data-v-f26decd0] {
1225
1225
  width: 100%;
1226
1226
  padding: 8.5px 10.5px;
1227
1227
  border: 1.5px solid transparent;
@@ -1235,16 +1235,16 @@ img[data-v-c95b2073] {
1235
1235
  cursor: text;
1236
1236
  transition: background 150ms ease;
1237
1237
  }
1238
- .reply-pill[data-v-05d69162]:hover {
1238
+ .reply-pill[data-v-f26decd0]:hover {
1239
1239
  background: var(--sd-color-gray-200, #f2f2f2);
1240
1240
  }
1241
- .reply-pill[data-v-05d69162]:disabled {
1241
+ .reply-pill[data-v-f26decd0]:disabled {
1242
1242
  cursor: not-allowed;
1243
1243
  }
1244
- .reply-expanded[data-v-05d69162] {
1244
+ .reply-expanded[data-v-f26decd0] {
1245
1245
  margin-top: 10px;
1246
1246
  }
1247
- .reply-input-wrapper[data-v-05d69162] {
1247
+ .reply-input-wrapper[data-v-f26decd0] {
1248
1248
  border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
1249
1249
  border-radius: 12px;
1250
1250
  padding: 8.5px 10.5px;
@@ -1252,17 +1252,17 @@ img[data-v-c95b2073] {
1252
1252
  max-height: 150px;
1253
1253
  overflow-y: auto;
1254
1254
  }
1255
- .reply-input-wrapper[data-v-05d69162]:focus-within {
1255
+ .reply-input-wrapper[data-v-f26decd0]:focus-within {
1256
1256
  border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
1257
1257
  box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
1258
1258
  }
1259
- .reply-input-wrapper[data-v-05d69162] .comment-entry {
1259
+ .reply-input-wrapper[data-v-f26decd0] .comment-entry {
1260
1260
  border-radius: 0;
1261
1261
  }
1262
- .reply-input-wrapper[data-v-05d69162] .input-section {
1262
+ .reply-input-wrapper[data-v-f26decd0] .input-section {
1263
1263
  margin: 0;
1264
1264
  }
1265
- .reply-input-wrapper[data-v-05d69162] .superdoc-field {
1265
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field {
1266
1266
  font-size: 14px;
1267
1267
  line-height: 20px;
1268
1268
  border: none;
@@ -1273,23 +1273,23 @@ img[data-v-c95b2073] {
1273
1273
  max-height: 132px;
1274
1274
  resize: none;
1275
1275
  }
1276
- .reply-input-wrapper[data-v-05d69162] .superdoc-field:focus,
1277
- .reply-input-wrapper[data-v-05d69162] .superdoc-field:active {
1276
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field:focus,
1277
+ .reply-input-wrapper[data-v-f26decd0] .superdoc-field:active {
1278
1278
  border: none;
1279
1279
  box-shadow: none;
1280
1280
  outline: none;
1281
1281
  }
1282
- .reply-input-wrapper[data-v-05d69162] .sd-editor-placeholder::before {
1282
+ .reply-input-wrapper[data-v-f26decd0] .sd-editor-placeholder::before {
1283
1283
  content: 'Reply or add others with @';
1284
1284
  }
1285
- .reply-actions[data-v-05d69162] {
1285
+ .reply-actions[data-v-f26decd0] {
1286
1286
  display: flex;
1287
1287
  justify-content: flex-end;
1288
1288
  align-items: center;
1289
1289
  gap: 16px;
1290
1290
  margin-top: 8px;
1291
1291
  }
1292
- .reply-btn-cancel[data-v-05d69162] {
1292
+ .reply-btn-cancel[data-v-f26decd0] {
1293
1293
  background: none;
1294
1294
  border: none;
1295
1295
  font-size: 13px;
@@ -1300,10 +1300,10 @@ img[data-v-c95b2073] {
1300
1300
  font-family: inherit;
1301
1301
  transition: color 150ms;
1302
1302
  }
1303
- .reply-btn-cancel[data-v-05d69162]:hover {
1303
+ .reply-btn-cancel[data-v-f26decd0]:hover {
1304
1304
  color: var(--sd-ui-text, #212121);
1305
1305
  }
1306
- .reply-btn-primary[data-v-05d69162] {
1306
+ .reply-btn-primary[data-v-f26decd0] {
1307
1307
  background: var(--sd-ui-action, #1355ff);
1308
1308
  border: none;
1309
1309
  font-size: 13px;
@@ -1315,19 +1315,19 @@ img[data-v-c95b2073] {
1315
1315
  font-family: inherit;
1316
1316
  transition: background 150ms;
1317
1317
  }
1318
- .reply-btn-primary[data-v-05d69162]:hover {
1318
+ .reply-btn-primary[data-v-f26decd0]:hover {
1319
1319
  background: var(--sd-ui-action-hover, #0f44cc);
1320
1320
  }
1321
- .reply-btn-primary.sd-is-disabled[data-v-05d69162] {
1321
+ .reply-btn-primary.sd-is-disabled[data-v-f26decd0] {
1322
1322
  background: var(--sd-color-gray-400, #dbdbdb);
1323
1323
  color: var(--sd-color-gray-600, #888888);
1324
1324
  cursor: default;
1325
1325
  pointer-events: none;
1326
1326
  }
1327
- .existing-internal-input[data-v-05d69162] {
1327
+ .existing-internal-input[data-v-f26decd0] {
1328
1328
  margin-bottom: 10px;
1329
1329
  }
1330
- .sd-internal-dropdown[data-v-05d69162] {
1330
+ .sd-internal-dropdown[data-v-f26decd0] {
1331
1331
  display: inline-block;
1332
1332
  }
1333
1333