superdoc 2.3.0 → 2.4.0-next.10
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/README.md +0 -1
- package/dist/chunks/{FindReplaceSurface-DLxnCQOB.cjs → FindReplaceSurface-9VkPw_-X.cjs} +3 -4
- package/dist/chunks/{FindReplaceSurface-BEW-1NhM.es.js → FindReplaceSurface-BuvaIrQ5.es.js} +2 -3
- package/dist/chunks/{PasswordPromptSurface-DMbfDvpQ.cjs → PasswordPromptSurface-Bu5xHm91.cjs} +2 -2
- package/dist/chunks/{PasswordPromptSurface-BA6HHqEa.es.js → PasswordPromptSurface-Bz9_sKhX.es.js} +1 -1
- package/dist/chunks/{PdfViewer-CNOtyS-I.es.js → PdfViewer-CdVGB6Fe.es.js} +2 -2
- package/dist/chunks/{PdfViewer-CoFiGAhm.cjs → PdfViewer-D4eD2dV1.cjs} +3 -3
- package/dist/chunks/blank-docx-DP8RUPW-.cjs +7 -0
- package/dist/chunks/blank-docx-XRX6Ker2.es.js +2 -0
- package/dist/chunks/{create-super-doc-ui-CXCqHc2m.cjs → create-super-doc-ui-ByvmsAAG.cjs} +672 -190
- package/dist/chunks/{create-super-doc-ui-fxF2Q8Ib.es.js → create-super-doc-ui-DBXOhHdW.es.js} +667 -191
- package/dist/chunks/{eventemitter3-B60Fsz-a.es.js → eventemitter3-Bt2s0X0a.es.js} +1 -1
- package/dist/chunks/{eventemitter3-DCfwFVNn.cjs → eventemitter3-DqY4aSMf.cjs} +1 -1
- package/dist/chunks/{jszip-DzmwAHr3.es.js → jszip-C8srOKAO.es.js} +2 -2
- package/dist/chunks/{jszip-BdUBlUeG.cjs → jszip-Cs9JBLlJ.cjs} +13 -1
- package/dist/chunks/{rolldown-runtime-_dR15c8t.cjs → rolldown-runtime-1Y-nnZJ3.cjs} +0 -28
- package/dist/chunks/{rolldown-runtime-BJVcqBbz.es.js → rolldown-runtime-D7PMmH3s.es.js} +1 -17
- package/dist/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/document-api/src/comments/comment-create-attribution.d.ts +2 -0
- package/dist/document-api/src/comments/comments.d.ts +13 -4
- package/dist/document-api/src/comments/comments.types.d.ts +39 -0
- package/dist/document-api/src/content-controls/content-controls.types.d.ts +2 -0
- package/dist/document-api/src/contract/metadata-types.d.ts +18 -0
- package/dist/document-api/src/contract/operation-definitions.d.ts +1 -1
- package/dist/document-api/src/index.d.ts +2 -2
- package/dist/document-api/src/types/track-changes.types.d.ts +1 -3
- package/dist/layout-engine/painters/dom/src/_test-utils.d.ts +3 -2
- package/dist/layout-engine/painters/dom/src/index.d.ts +24 -19
- package/dist/layout-engine/painters/dom/src/page-content.d.ts +107 -39
- package/dist/layout-engine/painters/dom/src/persistent-page-surface.d.ts +144 -0
- package/dist/layout-engine/painters/dom/src/pm-position-validation.d.ts +1 -1
- package/dist/layout-engine/painters/dom/src/renderer.d.ts +50 -106
- package/dist/layout-engine/painters/dom/src/sdt/boundaries.d.ts +1 -1
- package/dist/public/ui-react.cjs +2 -2
- 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 +138 -131
- package/dist/style.layered.css +138 -131
- package/dist/superdoc/src/core/types/index.d.ts +383 -16
- package/dist/superdoc/src/helpers/floor.d.ts +1 -1
- package/dist/superdoc/src/helpers/v2-review-mutation-impact.d.ts +5 -0
- package/dist/superdoc/src/helpers/v2-review-mutation-reconciler.d.ts +1 -1
- package/dist/superdoc/src/internal/toolbar/built-in/constants.d.ts +0 -1
- package/dist/superdoc/src/internal/toolbar/compatibility-catalog.d.ts +1 -1
- package/dist/superdoc/src/public/index.d.cts +14 -0
- package/dist/superdoc/src/public/index.d.ts +7 -0
- package/dist/superdoc/src/public/ui/types.d.ts +25 -1
- package/dist/superdoc/src/stores/comments-store.d.ts +124 -22
- package/dist/superdoc/src/stores/superdoc-store.d.ts +372 -66
- package/dist/superdoc.cjs +5160 -668
- package/dist/superdoc.es.js +5163 -675
- package/dist-cdn/style.layered.css +1 -1
- package/dist-cdn/superdoc.min.css +1 -1
- package/dist-cdn/superdoc.min.js +37 -37
- package/package.json +5 -4
- package/dist/chunks/blank-docx-CJAXnJKp.es.js +0 -2
- package/dist/chunks/blank-docx-DA-G-3VB.cjs +0 -7
- /package/dist/chunks/{_plugin-vue_export-helper-BTwbGDKw.cjs → _plugin-vue_export-helper-CZ1Nl59K.cjs} +0 -0
- /package/dist/chunks/{_plugin-vue_export-helper-CInC0bKI.es.js → _plugin-vue_export-helper-DSMAhhwD.es.js} +0 -0
- /package/dist/chunks/{constants-CY3R3_kF.es.js → constants-BfH0br5u.es.js} +0 -0
- /package/dist/chunks/{constants-sbCZ2O_A.cjs → constants-D7TNtyJd.cjs} +0 -0
package/dist/style.layered.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-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-
|
|
1001
|
+
.comments-dialog[data-v-f26decd0]:not(.is-active) {
|
|
1002
1002
|
cursor: pointer;
|
|
1003
1003
|
}
|
|
1004
|
-
.comments-dialog[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1032
|
+
.comment[data-v-f26decd0] p {
|
|
1033
1033
|
margin: 0;
|
|
1034
1034
|
}
|
|
1035
|
-
.tracked-change[data-v-
|
|
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-
|
|
1041
|
+
.change-type[data-v-f26decd0] {
|
|
1042
1042
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1043
1043
|
}
|
|
1044
|
-
.tracked-change-text[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1060
|
+
.tracked-change-detail-lines[data-v-f26decd0] {
|
|
1061
1061
|
margin-top: 4px;
|
|
1062
1062
|
}
|
|
1063
|
-
.tracked-change-detail-line[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1129
|
-
.tracked-change.is-truncated[data-v-
|
|
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
|
-
.
|
|
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-
|
|
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-
|
|
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-
|
|
1166
|
+
.collapsed-replies[data-v-f26decd0]:hover {
|
|
1160
1167
|
text-decoration: underline;
|
|
1161
1168
|
}
|
|
1162
|
-
.collapsed-avatars[data-v-
|
|
1169
|
+
.collapsed-avatars[data-v-f26decd0] {
|
|
1163
1170
|
display: flex;
|
|
1164
1171
|
}
|
|
1165
|
-
.collapsed-avatars .mini-avatar[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1196
|
+
.new-comment-input-wrapper[data-v-f26decd0] .comment-entry {
|
|
1190
1197
|
border-radius: 0;
|
|
1191
1198
|
}
|
|
1192
|
-
.new-comment-input-wrapper[data-v-
|
|
1199
|
+
.new-comment-input-wrapper[data-v-f26decd0] .input-section {
|
|
1193
1200
|
margin: 0;
|
|
1194
1201
|
}
|
|
1195
|
-
.new-comment-input-wrapper[data-v-
|
|
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-
|
|
1207
|
-
.new-comment-input-wrapper[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
1238
|
+
.reply-pill[data-v-f26decd0]:hover {
|
|
1232
1239
|
background: var(--sd-color-gray-200, #f2f2f2);
|
|
1233
1240
|
}
|
|
1234
|
-
.reply-pill[data-v-
|
|
1241
|
+
.reply-pill[data-v-f26decd0]:disabled {
|
|
1235
1242
|
cursor: not-allowed;
|
|
1236
1243
|
}
|
|
1237
|
-
.reply-expanded[data-v-
|
|
1244
|
+
.reply-expanded[data-v-f26decd0] {
|
|
1238
1245
|
margin-top: 10px;
|
|
1239
1246
|
}
|
|
1240
|
-
.reply-input-wrapper[data-v-
|
|
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-
|
|
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-
|
|
1259
|
+
.reply-input-wrapper[data-v-f26decd0] .comment-entry {
|
|
1253
1260
|
border-radius: 0;
|
|
1254
1261
|
}
|
|
1255
|
-
.reply-input-wrapper[data-v-
|
|
1262
|
+
.reply-input-wrapper[data-v-f26decd0] .input-section {
|
|
1256
1263
|
margin: 0;
|
|
1257
1264
|
}
|
|
1258
|
-
.reply-input-wrapper[data-v-
|
|
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-
|
|
1270
|
-
.reply-input-wrapper[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1303
|
+
.reply-btn-cancel[data-v-f26decd0]:hover {
|
|
1297
1304
|
color: var(--sd-ui-text, #212121);
|
|
1298
1305
|
}
|
|
1299
|
-
.reply-btn-primary[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
1327
|
+
.existing-internal-input[data-v-f26decd0] {
|
|
1321
1328
|
margin-bottom: 10px;
|
|
1322
1329
|
}
|
|
1323
|
-
.sd-internal-dropdown[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1737
|
+
.superdoc[data-v-62293b70] {
|
|
1731
1738
|
display: flex;
|
|
1732
1739
|
position: relative;
|
|
1733
1740
|
}
|
|
1734
|
-
.sd-visually-hidden[data-v-
|
|
1741
|
+
.sd-visually-hidden[data-v-62293b70] {
|
|
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-
|
|
1752
|
+
.right-sidebar[data-v-62293b70] {
|
|
1746
1753
|
min-width: 320px;
|
|
1747
1754
|
height: 100%;
|
|
1748
1755
|
}
|
|
1749
|
-
.floating-comments[data-v-
|
|
1756
|
+
.floating-comments[data-v-62293b70] {
|
|
1750
1757
|
min-width: 300px;
|
|
1751
1758
|
width: 300px;
|
|
1752
1759
|
height: 100%;
|
|
1753
1760
|
overflow: visible;
|
|
1754
1761
|
}
|
|
1755
|
-
.superdoc__layers[data-v-
|
|
1762
|
+
.superdoc__layers[data-v-62293b70] {
|
|
1756
1763
|
height: 100%;
|
|
1757
1764
|
position: relative;
|
|
1758
1765
|
box-sizing: border-box;
|
|
1759
1766
|
}
|
|
1760
|
-
.superdoc__document[data-v-
|
|
1767
|
+
.superdoc__document[data-v-62293b70] {
|
|
1761
1768
|
width: 100%;
|
|
1762
1769
|
position: relative;
|
|
1763
1770
|
}
|
|
1764
|
-
.superdoc__sub-document[data-v-
|
|
1771
|
+
.superdoc__sub-document[data-v-62293b70] {
|
|
1765
1772
|
width: 100%;
|
|
1766
1773
|
position: relative;
|
|
1767
1774
|
}
|
|
1768
|
-
.superdoc__selection-layer[data-v-
|
|
1775
|
+
.superdoc__selection-layer[data-v-62293b70] {
|
|
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-
|
|
1786
|
+
.superdoc__whiteboard-layer[data-v-62293b70] {
|
|
1780
1787
|
z-index: 4;
|
|
1781
1788
|
}
|
|
1782
|
-
.superdoc__temp-selection[data-v-
|
|
1789
|
+
.superdoc__temp-selection[data-v-62293b70] {
|
|
1783
1790
|
position: absolute;
|
|
1784
1791
|
}
|
|
1785
|
-
.superdoc__right-sidebar[data-v-
|
|
1792
|
+
.superdoc__right-sidebar[data-v-62293b70] {
|
|
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-
|
|
1800
|
+
.superdoc__compact-comment-popover[data-v-62293b70] {
|
|
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-
|
|
1809
|
+
.tools[data-v-62293b70] {
|
|
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-
|
|
1816
|
+
.tools-item[data-v-62293b70] {
|
|
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-
|
|
1827
|
+
.tools-item i[data-v-62293b70] {
|
|
1821
1828
|
cursor: pointer;
|
|
1822
1829
|
}
|
|
1823
|
-
.superdoc__tools-icon[data-v-
|
|
1830
|
+
.superdoc__tools-icon[data-v-62293b70] {
|
|
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-
|
|
1845
|
+
.superdoc .superdoc__layers[data-v-62293b70] {
|
|
1839
1846
|
margin: 0;
|
|
1840
1847
|
border: 0 !important;
|
|
1841
1848
|
box-shadow: none;
|
|
1842
1849
|
}
|
|
1843
|
-
.superdoc__sub-document[data-v-
|
|
1850
|
+
.superdoc__sub-document[data-v-62293b70] {
|
|
1844
1851
|
max-width: 100%;
|
|
1845
1852
|
}
|
|
1846
|
-
.superdoc__right-sidebar[data-v-
|
|
1853
|
+
.superdoc__right-sidebar[data-v-62293b70] {
|
|
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-
|
|
1860
|
+
.ai-writer-container[data-v-62293b70] {
|
|
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-
|
|
1876
|
+
.ai-tool > svg[data-v-62293b70] {
|
|
1870
1877
|
fill: transparent;
|
|
1871
1878
|
}
|
|
1872
|
-
.ai-tool[data-v-
|
|
1879
|
+
.ai-tool[data-v-62293b70]::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-
|
|
1900
|
+
.ai-tool[data-v-62293b70]:hover::before {
|
|
1894
1901
|
filter: brightness(1.3);
|
|
1895
1902
|
}
|
|
1896
1903
|
|
|
@@ -2427,7 +2434,7 @@ img[data-v-c95b2073] {
|
|
|
2427
2434
|
transform: scale(1);
|
|
2428
2435
|
}
|
|
2429
2436
|
|
|
2430
|
-
.button-group[data-v-
|
|
2437
|
+
.button-group[data-v-2bc00f65] {
|
|
2431
2438
|
display: flex;
|
|
2432
2439
|
}
|
|
2433
2440
|
|
|
@@ -2914,7 +2921,7 @@ img[data-v-c95b2073] {
|
|
|
2914
2921
|
background: var(--sd-ui-password-prompt-submit-hover-bg, var(--sd-ui-action-hover));
|
|
2915
2922
|
}
|
|
2916
2923
|
|
|
2917
|
-
.sd-find-replace[data-v-
|
|
2924
|
+
.sd-find-replace[data-v-41f37c29] {
|
|
2918
2925
|
display: flex;
|
|
2919
2926
|
flex-direction: column;
|
|
2920
2927
|
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
@@ -2922,7 +2929,7 @@ img[data-v-c95b2073] {
|
|
|
2922
2929
|
so it needs room to breathe before the query starts truncating. */
|
|
2923
2930
|
min-width: var(--sd-ui-find-replace-min-width, 380px);
|
|
2924
2931
|
}
|
|
2925
|
-
.sd-find-replace__row[data-v-
|
|
2932
|
+
.sd-find-replace__row[data-v-41f37c29] {
|
|
2926
2933
|
display: flex;
|
|
2927
2934
|
align-items: center;
|
|
2928
2935
|
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
@@ -2930,13 +2937,13 @@ img[data-v-c95b2073] {
|
|
|
2930
2937
|
|
|
2931
2938
|
/* Mirrors the expander's footprint so the replace field and the error line
|
|
2932
2939
|
align with the find field. */
|
|
2933
|
-
.sd-find-replace__row-indent[data-v-
|
|
2940
|
+
.sd-find-replace__row-indent[data-v-41f37c29] {
|
|
2934
2941
|
flex: 0 0 var(--sd-ui-find-replace-expander-size, 24px);
|
|
2935
2942
|
}
|
|
2936
2943
|
|
|
2937
2944
|
/* The field carries the border; the input inside is naked so the count and
|
|
2938
2945
|
the query toggles sit visually inside the control. */
|
|
2939
|
-
.sd-find-replace__field[data-v-
|
|
2946
|
+
.sd-find-replace__field[data-v-41f37c29] {
|
|
2940
2947
|
flex: 1;
|
|
2941
2948
|
min-width: 0;
|
|
2942
2949
|
display: flex;
|
|
@@ -2951,24 +2958,24 @@ img[data-v-c95b2073] {
|
|
|
2951
2958
|
border-color 0.12s ease-out,
|
|
2952
2959
|
box-shadow 0.12s ease-out;
|
|
2953
2960
|
}
|
|
2954
|
-
.sd-find-replace__field[data-v-
|
|
2961
|
+
.sd-find-replace__field[data-v-41f37c29]:focus-within {
|
|
2955
2962
|
border-color: var(--sd-ui-find-replace-input-focus-border, var(--sd-ui-action));
|
|
2956
2963
|
box-shadow: 0 0 0 3px
|
|
2957
2964
|
var(--sd-ui-find-replace-input-focus-ring, color-mix(in srgb, var(--sd-ui-action) 15%, transparent));
|
|
2958
2965
|
}
|
|
2959
|
-
.sd-find-replace__field--error[data-v-
|
|
2960
|
-
.sd-find-replace__field--error[data-v-
|
|
2966
|
+
.sd-find-replace__field--error[data-v-41f37c29],
|
|
2967
|
+
.sd-find-replace__field--error[data-v-41f37c29]:focus-within {
|
|
2961
2968
|
border-color: var(--sd-ui-find-replace-error-color, #b3261e);
|
|
2962
2969
|
}
|
|
2963
|
-
.sd-find-replace__field--error[data-v-
|
|
2970
|
+
.sd-find-replace__field--error[data-v-41f37c29]:focus-within {
|
|
2964
2971
|
box-shadow: 0 0 0 3px color-mix(in srgb, var(--sd-ui-find-replace-error-color, #b3261e) 12%, transparent);
|
|
2965
2972
|
}
|
|
2966
|
-
.sd-find-replace__search-icon[data-v-
|
|
2973
|
+
.sd-find-replace__search-icon[data-v-41f37c29] {
|
|
2967
2974
|
color: var(--sd-ui-find-replace-search-icon-color, #9ca3af);
|
|
2968
2975
|
flex-shrink: 0;
|
|
2969
2976
|
margin-right: 6px;
|
|
2970
2977
|
}
|
|
2971
|
-
.sd-find-replace__input[data-v-
|
|
2978
|
+
.sd-find-replace__input[data-v-41f37c29] {
|
|
2972
2979
|
flex: 1;
|
|
2973
2980
|
min-width: 0;
|
|
2974
2981
|
height: 100%;
|
|
@@ -2980,7 +2987,7 @@ img[data-v-c95b2073] {
|
|
|
2980
2987
|
border: none;
|
|
2981
2988
|
outline: none;
|
|
2982
2989
|
}
|
|
2983
|
-
.sd-find-replace__count[data-v-
|
|
2990
|
+
.sd-find-replace__count[data-v-41f37c29] {
|
|
2984
2991
|
font-size: var(--sd-ui-find-replace-count-font-size, 12px);
|
|
2985
2992
|
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
2986
2993
|
pointer-events: none;
|
|
@@ -2990,23 +2997,23 @@ img[data-v-c95b2073] {
|
|
|
2990
2997
|
padding: 0 5px 0 4px;
|
|
2991
2998
|
flex-shrink: 0;
|
|
2992
2999
|
}
|
|
2993
|
-
.sd-find-replace__divider[data-v-
|
|
3000
|
+
.sd-find-replace__divider[data-v-41f37c29] {
|
|
2994
3001
|
width: 1px;
|
|
2995
3002
|
height: 16px;
|
|
2996
3003
|
margin: 0 4px;
|
|
2997
3004
|
background: var(--sd-ui-find-replace-input-border, var(--sd-ui-border));
|
|
2998
3005
|
flex-shrink: 0;
|
|
2999
3006
|
}
|
|
3000
|
-
.sd-find-replace__nav[data-v-
|
|
3007
|
+
.sd-find-replace__nav[data-v-41f37c29] {
|
|
3001
3008
|
display: flex;
|
|
3002
3009
|
align-items: center;
|
|
3003
3010
|
gap: var(--sd-ui-find-replace-nav-gap, 2px);
|
|
3004
3011
|
flex-shrink: 0;
|
|
3005
3012
|
}
|
|
3006
|
-
.sd-find-replace__nav--actions[data-v-
|
|
3013
|
+
.sd-find-replace__nav--actions[data-v-41f37c29] {
|
|
3007
3014
|
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
3008
3015
|
}
|
|
3009
|
-
.sd-find-replace__btn[data-v-
|
|
3016
|
+
.sd-find-replace__btn[data-v-41f37c29] {
|
|
3010
3017
|
display: inline-flex;
|
|
3011
3018
|
align-items: center;
|
|
3012
3019
|
justify-content: center;
|
|
@@ -3021,47 +3028,47 @@ img[data-v-c95b2073] {
|
|
|
3021
3028
|
border-color 0.12s ease-out,
|
|
3022
3029
|
transform 90ms ease-out;
|
|
3023
3030
|
}
|
|
3024
|
-
.sd-find-replace__btn[data-v-
|
|
3031
|
+
.sd-find-replace__btn[data-v-41f37c29]:active:not(:disabled) {
|
|
3025
3032
|
transform: scale(0.96);
|
|
3026
3033
|
}
|
|
3027
|
-
.sd-find-replace__btn[data-v-
|
|
3034
|
+
.sd-find-replace__btn[data-v-41f37c29]:focus-visible {
|
|
3028
3035
|
outline: 2px solid var(--sd-ui-action);
|
|
3029
3036
|
outline-offset: 1px;
|
|
3030
3037
|
}
|
|
3031
|
-
.sd-find-replace__btn[data-v-
|
|
3038
|
+
.sd-find-replace__btn[data-v-41f37c29]:disabled {
|
|
3032
3039
|
opacity: var(--sd-ui-find-replace-btn-disabled-opacity, 0.4);
|
|
3033
3040
|
cursor: not-allowed;
|
|
3034
3041
|
}
|
|
3035
|
-
.sd-find-replace__btn--icon[data-v-
|
|
3042
|
+
.sd-find-replace__btn--icon[data-v-41f37c29] {
|
|
3036
3043
|
width: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3037
3044
|
height: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3038
3045
|
border-radius: var(--sd-ui-find-replace-btn-radius, 6px);
|
|
3039
3046
|
color: var(--sd-ui-find-replace-btn-color, #4b5563);
|
|
3040
3047
|
}
|
|
3041
|
-
.sd-find-replace__btn--icon[data-v-
|
|
3048
|
+
.sd-find-replace__btn--icon[data-v-41f37c29]:hover:not(:disabled) {
|
|
3042
3049
|
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3043
3050
|
}
|
|
3044
|
-
.sd-find-replace__btn--expander[data-v-
|
|
3051
|
+
.sd-find-replace__btn--expander[data-v-41f37c29] {
|
|
3045
3052
|
width: var(--sd-ui-find-replace-expander-size, 24px);
|
|
3046
3053
|
height: var(--sd-ui-find-replace-expander-size, 24px);
|
|
3047
3054
|
border-radius: var(--sd-ui-find-replace-btn-radius, 6px);
|
|
3048
3055
|
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
3049
3056
|
flex-shrink: 0;
|
|
3050
3057
|
}
|
|
3051
|
-
.sd-find-replace__btn--expander[data-v-
|
|
3058
|
+
.sd-find-replace__btn--expander[data-v-41f37c29]:hover:not(:disabled) {
|
|
3052
3059
|
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3053
3060
|
color: var(--sd-ui-find-replace-btn-color, var(--sd-ui-text));
|
|
3054
3061
|
}
|
|
3055
|
-
.sd-find-replace__btn--expander svg[data-v-
|
|
3062
|
+
.sd-find-replace__btn--expander svg[data-v-41f37c29] {
|
|
3056
3063
|
transition: transform 0.16s ease-out;
|
|
3057
3064
|
}
|
|
3058
|
-
.sd-find-replace__btn--expander-open svg[data-v-
|
|
3065
|
+
.sd-find-replace__btn--expander-open svg[data-v-41f37c29] {
|
|
3059
3066
|
transform: rotate(90deg);
|
|
3060
3067
|
}
|
|
3061
3068
|
|
|
3062
3069
|
/* Query-scoped toggles inside the field (match case / diacritics / regex).
|
|
3063
3070
|
Kept compact so they never crowd the query text. */
|
|
3064
|
-
.sd-find-replace__btn--toggle[data-v-
|
|
3071
|
+
.sd-find-replace__btn--toggle[data-v-41f37c29] {
|
|
3065
3072
|
height: 20px;
|
|
3066
3073
|
min-width: 20px;
|
|
3067
3074
|
padding: var(--sd-ui-find-replace-btn-toggle-padding, 0 3px);
|
|
@@ -3072,15 +3079,15 @@ img[data-v-c95b2073] {
|
|
|
3072
3079
|
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
3073
3080
|
flex-shrink: 0;
|
|
3074
3081
|
}
|
|
3075
|
-
.sd-find-replace__btn--toggle + .sd-find-replace__btn--toggle[data-v-
|
|
3082
|
+
.sd-find-replace__btn--toggle + .sd-find-replace__btn--toggle[data-v-41f37c29] {
|
|
3076
3083
|
margin-left: 1px;
|
|
3077
3084
|
}
|
|
3078
|
-
.sd-find-replace__btn--toggle[data-v-
|
|
3085
|
+
.sd-find-replace__btn--toggle[data-v-41f37c29]:hover:not(:disabled) {
|
|
3079
3086
|
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3080
3087
|
color: var(--sd-ui-find-replace-btn-color, var(--sd-ui-text));
|
|
3081
3088
|
}
|
|
3082
|
-
.sd-find-replace__btn--active[data-v-
|
|
3083
|
-
.sd-find-replace__btn--active[data-v-
|
|
3089
|
+
.sd-find-replace__btn--active[data-v-41f37c29],
|
|
3090
|
+
.sd-find-replace__btn--active[data-v-41f37c29]:hover:not(:disabled) {
|
|
3084
3091
|
background: var(--sd-ui-find-replace-toggle-active-bg, color-mix(in srgb, var(--sd-ui-action) 12%, transparent));
|
|
3085
3092
|
border-color: var(
|
|
3086
3093
|
--sd-ui-find-replace-toggle-active-border,
|
|
@@ -3088,7 +3095,7 @@ img[data-v-c95b2073] {
|
|
|
3088
3095
|
);
|
|
3089
3096
|
color: var(--sd-ui-find-replace-toggle-active-color, var(--sd-ui-action));
|
|
3090
3097
|
}
|
|
3091
|
-
.sd-find-replace__btn--action[data-v-
|
|
3098
|
+
.sd-find-replace__btn--action[data-v-41f37c29] {
|
|
3092
3099
|
height: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3093
3100
|
padding: var(--sd-ui-find-replace-action-btn-padding, 0 12px);
|
|
3094
3101
|
font-size: var(--sd-ui-find-replace-count-font-size, 13px);
|
|
@@ -3097,13 +3104,13 @@ img[data-v-c95b2073] {
|
|
|
3097
3104
|
background: var(--sd-ui-find-replace-action-btn-bg, var(--sd-ui-action));
|
|
3098
3105
|
color: var(--sd-ui-find-replace-action-btn-color, #fff);
|
|
3099
3106
|
}
|
|
3100
|
-
.sd-find-replace__btn--action[data-v-
|
|
3107
|
+
.sd-find-replace__btn--action[data-v-41f37c29]:hover:not(:disabled) {
|
|
3101
3108
|
background: var(
|
|
3102
3109
|
--sd-ui-find-replace-action-btn-hover-bg,
|
|
3103
3110
|
color-mix(in srgb, var(--sd-ui-find-replace-action-btn-bg, var(--sd-ui-action)) 88%, #000)
|
|
3104
3111
|
);
|
|
3105
3112
|
}
|
|
3106
|
-
.sd-find-replace__error[data-v-
|
|
3113
|
+
.sd-find-replace__error[data-v-41f37c29] {
|
|
3107
3114
|
display: flex;
|
|
3108
3115
|
align-items: center;
|
|
3109
3116
|
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
@@ -3111,12 +3118,12 @@ img[data-v-c95b2073] {
|
|
|
3111
3118
|
font-size: var(--sd-ui-find-replace-error-font-size, 12px);
|
|
3112
3119
|
letter-spacing: 0.01em;
|
|
3113
3120
|
padding: var(--sd-ui-find-replace-error-padding, 0 2px);
|
|
3114
|
-
animation: sd-find-replace-error-in-
|
|
3121
|
+
animation: sd-find-replace-error-in-41f37c29 0.16s ease-out;
|
|
3115
3122
|
}
|
|
3116
|
-
.sd-find-replace__error-text[data-v-
|
|
3123
|
+
.sd-find-replace__error-text[data-v-41f37c29] {
|
|
3117
3124
|
padding-left: 4px;
|
|
3118
3125
|
}
|
|
3119
|
-
@keyframes sd-find-replace-error-in-
|
|
3126
|
+
@keyframes sd-find-replace-error-in-41f37c29 {
|
|
3120
3127
|
from {
|
|
3121
3128
|
opacity: 0;
|
|
3122
3129
|
transform: translateY(-2px);
|
|
@@ -3127,15 +3134,15 @@ to {
|
|
|
3127
3134
|
}
|
|
3128
3135
|
}
|
|
3129
3136
|
@media (prefers-reduced-motion: reduce) {
|
|
3130
|
-
.sd-find-replace__field[data-v-
|
|
3131
|
-
.sd-find-replace__btn[data-v-
|
|
3132
|
-
.sd-find-replace__btn--expander svg[data-v-
|
|
3137
|
+
.sd-find-replace__field[data-v-41f37c29],
|
|
3138
|
+
.sd-find-replace__btn[data-v-41f37c29],
|
|
3139
|
+
.sd-find-replace__btn--expander svg[data-v-41f37c29] {
|
|
3133
3140
|
transition: none;
|
|
3134
3141
|
}
|
|
3135
|
-
.sd-find-replace__btn[data-v-
|
|
3142
|
+
.sd-find-replace__btn[data-v-41f37c29]:active:not(:disabled) {
|
|
3136
3143
|
transform: none;
|
|
3137
3144
|
}
|
|
3138
|
-
.sd-find-replace__error[data-v-
|
|
3145
|
+
.sd-find-replace__error[data-v-41f37c29] {
|
|
3139
3146
|
animation: none;
|
|
3140
3147
|
}
|
|
3141
3148
|
}
|