superdoc 2.0.0-next.26 → 2.0.0-next.28
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-CBs8xQUw.es.js → create-super-doc-ui-BlnUCtrx.es.js} +634 -115
- package/dist/chunks/{create-super-doc-ui-CHZKlLiH.cjs → create-super-doc-ui-CZBUMdjl.cjs} +634 -115
- package/dist/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/document-api/src/comments/comments.types.d.ts +9 -0
- package/dist/document-api/src/content-controls/content-controls.types.d.ts +13 -1
- package/dist/document-api/src/contract/operation-definitions.d.ts +2 -2
- package/dist/document-api/src/track-changes/track-changes.d.ts +6 -2
- package/dist/document-api/src/types/clipboard.d.ts +5 -1
- package/dist/document-api/src/types/table-operations.types.d.ts +6 -4
- package/dist/document-api/src/types/track-changes.types.d.ts +15 -0
- package/dist/layout-engine/contracts/src/incremental-dependency.d.ts +10 -0
- package/dist/layout-engine/contracts/src/index.d.ts +39 -0
- package/dist/layout-engine/layout-bridge/src/incrementalLayout.d.ts +23 -1
- package/dist/layout-engine/layout-engine/src/index.d.ts +17 -0
- package/dist/layout-engine/layout-engine/src/paginator.d.ts +16 -0
- package/dist/layout-engine/layout-engine/src/paragraph-layout-eligibility.d.ts +1 -4
- package/dist/layout-engine/style-engine/src/normalize/types.d.ts +1 -0
- 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 +119 -100
- package/dist/style.layered.css +119 -100
- package/dist/superdoc/src/components/CommentsLayer/collect-removed-comment-ids.d.ts +1 -0
- package/dist/superdoc/src/components/CommentsLayer/collect-tracked-change-thread.d.ts +1 -1
- package/dist/superdoc/src/components/CommentsLayer/tracked-change-threading.d.ts +2 -0
- package/dist/superdoc/src/core/types/index.d.ts +7 -0
- package/dist/superdoc/src/helpers/v2-remote-review-hydration.d.ts +12 -0
- package/dist/superdoc/src/public/ui/reasons.d.ts +8 -0
- package/dist/superdoc/src/stores/comments-store.d.ts +9 -9
- package/dist/superdoc/src/stores/helpers/floating-comment-instances.d.ts +2 -10
- package/dist/superdoc/src/stores/superdoc-store.d.ts +27 -27
- package/dist/superdoc.cjs +286 -82
- package/dist/superdoc.es.js +286 -82
- 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 +3 -2
package/dist/style.css
CHANGED
|
@@ -838,28 +838,28 @@ img[data-v-c95b2073] {
|
|
|
838
838
|
background-color: transparent;
|
|
839
839
|
}
|
|
840
840
|
|
|
841
|
-
.comment-header[data-v-
|
|
841
|
+
.comment-header[data-v-ca6050aa] {
|
|
842
842
|
display: flex;
|
|
843
843
|
align-items: center;
|
|
844
844
|
justify-content: space-between;
|
|
845
845
|
margin-bottom: 6px;
|
|
846
846
|
}
|
|
847
|
-
.comment-header-left[data-v-
|
|
847
|
+
.comment-header-left[data-v-ca6050aa] {
|
|
848
848
|
display: flex;
|
|
849
849
|
align-items: center;
|
|
850
850
|
gap: 8px;
|
|
851
851
|
}
|
|
852
|
-
.user-info[data-v-
|
|
852
|
+
.user-info[data-v-ca6050aa] {
|
|
853
853
|
display: flex;
|
|
854
854
|
flex-direction: column;
|
|
855
855
|
}
|
|
856
|
-
.user-name[data-v-
|
|
856
|
+
.user-name[data-v-ca6050aa] {
|
|
857
857
|
font-size: var(--sd-ui-comments-author-size, 14px);
|
|
858
858
|
font-weight: var(--sd-ui-comments-author-weight, 600);
|
|
859
859
|
color: var(--sd-ui-comments-author-text, #212121);
|
|
860
860
|
line-height: 1.2em;
|
|
861
861
|
}
|
|
862
|
-
.imported-tag[data-v-
|
|
862
|
+
.imported-tag[data-v-ca6050aa] {
|
|
863
863
|
display: inline-block;
|
|
864
864
|
font-size: 9px;
|
|
865
865
|
font-weight: 600;
|
|
@@ -873,12 +873,12 @@ img[data-v-c95b2073] {
|
|
|
873
873
|
vertical-align: middle;
|
|
874
874
|
line-height: 1.4;
|
|
875
875
|
}
|
|
876
|
-
.user-timestamp[data-v-
|
|
876
|
+
.user-timestamp[data-v-ca6050aa] {
|
|
877
877
|
line-height: 1.2em;
|
|
878
878
|
font-size: var(--sd-ui-comments-timestamp-size, 12px);
|
|
879
879
|
color: var(--sd-ui-comments-timestamp-text, #888888);
|
|
880
880
|
}
|
|
881
|
-
.overflow-menu[data-v-
|
|
881
|
+
.overflow-menu[data-v-ca6050aa] {
|
|
882
882
|
flex-shrink: 1;
|
|
883
883
|
display: flex;
|
|
884
884
|
gap: 6px;
|
|
@@ -886,11 +886,11 @@ img[data-v-c95b2073] {
|
|
|
886
886
|
pointer-events: none;
|
|
887
887
|
transition: opacity 150ms ease;
|
|
888
888
|
}
|
|
889
|
-
.overflow-menu.is-visible[data-v-
|
|
889
|
+
.overflow-menu.is-visible[data-v-ca6050aa] {
|
|
890
890
|
opacity: 1;
|
|
891
891
|
pointer-events: auto;
|
|
892
892
|
}
|
|
893
|
-
.overflow-menu__icon[data-v-
|
|
893
|
+
.overflow-menu__icon[data-v-ca6050aa] {
|
|
894
894
|
display: flex;
|
|
895
895
|
box-sizing: content-box;
|
|
896
896
|
justify-content: center;
|
|
@@ -904,24 +904,24 @@ img[data-v-c95b2073] {
|
|
|
904
904
|
cursor: pointer;
|
|
905
905
|
transition: all 250ms ease;
|
|
906
906
|
}
|
|
907
|
-
.overflow-menu__icon[data-v-
|
|
907
|
+
.overflow-menu__icon[data-v-ca6050aa]:hover {
|
|
908
908
|
background-color: var(--sd-ui-comments-separator, #dbdbdb);
|
|
909
909
|
}
|
|
910
|
-
.overflow-menu__icon.sd-is-disabled[data-v-
|
|
910
|
+
.overflow-menu__icon.sd-is-disabled[data-v-ca6050aa] {
|
|
911
911
|
opacity: 0.4;
|
|
912
912
|
cursor: not-allowed;
|
|
913
913
|
pointer-events: auto;
|
|
914
914
|
}
|
|
915
|
-
.overflow-menu__icon.sd-is-disabled[data-v-
|
|
915
|
+
.overflow-menu__icon.sd-is-disabled[data-v-ca6050aa]:hover {
|
|
916
916
|
background-color: transparent;
|
|
917
917
|
}
|
|
918
|
-
.overflow-menu__icon[data-v-
|
|
918
|
+
.overflow-menu__icon[data-v-ca6050aa] svg {
|
|
919
919
|
width: 100%;
|
|
920
920
|
height: 100%;
|
|
921
921
|
display: block;
|
|
922
922
|
fill: currentColor;
|
|
923
923
|
}
|
|
924
|
-
.overflow-icon[data-v-
|
|
924
|
+
.overflow-icon[data-v-ca6050aa] {
|
|
925
925
|
display: inline-flex;
|
|
926
926
|
justify-content: center;
|
|
927
927
|
align-items: center;
|
|
@@ -960,7 +960,7 @@ img[data-v-c95b2073] {
|
|
|
960
960
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
961
961
|
}
|
|
962
962
|
|
|
963
|
-
.comments-dialog[data-v-
|
|
963
|
+
.comments-dialog[data-v-35236c9c] {
|
|
964
964
|
display: flex;
|
|
965
965
|
flex-direction: column;
|
|
966
966
|
padding: var(--sd-ui-comments-card-padding, 16px);
|
|
@@ -979,73 +979,73 @@ img[data-v-c95b2073] {
|
|
|
979
979
|
overflow-wrap: break-word;
|
|
980
980
|
word-break: break-word;
|
|
981
981
|
}
|
|
982
|
-
.comments-dialog[data-v-
|
|
982
|
+
.comments-dialog[data-v-35236c9c]:not(.is-active) {
|
|
983
983
|
cursor: pointer;
|
|
984
984
|
}
|
|
985
|
-
.comments-dialog[data-v-
|
|
985
|
+
.comments-dialog[data-v-35236c9c]:not(.is-active):not(.is-resolved):hover {
|
|
986
986
|
background-color: var(--sd-ui-comments-card-hover-bg, #f3f6fd);
|
|
987
987
|
}
|
|
988
|
-
.comments-dialog[data-v-
|
|
988
|
+
.comments-dialog[data-v-35236c9c]:not(.is-resolved):hover .overflow-menu {
|
|
989
989
|
opacity: 1;
|
|
990
990
|
pointer-events: auto;
|
|
991
991
|
}
|
|
992
|
-
.comments-dialog.is-active[data-v-
|
|
992
|
+
.comments-dialog.is-active[data-v-35236c9c] {
|
|
993
993
|
background-color: var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
994
994
|
border-color: var(--sd-ui-comments-card-active-border, #e0e0e0);
|
|
995
995
|
box-shadow: var(--sd-ui-comments-card-shadow, 0px 4px 12px 0px rgba(50, 50, 50, 0.15));
|
|
996
996
|
z-index: 10;
|
|
997
997
|
}
|
|
998
|
-
.comments-dialog.is-resolved[data-v-
|
|
998
|
+
.comments-dialog.is-resolved[data-v-35236c9c] {
|
|
999
999
|
background-color: var(--sd-ui-comments-card-resolved-bg, #f0f0f0);
|
|
1000
1000
|
}
|
|
1001
|
-
.comment-separator[data-v-
|
|
1001
|
+
.comment-separator[data-v-35236c9c] {
|
|
1002
1002
|
background-color: var(--sd-ui-comments-separator, #e0e0e0);
|
|
1003
1003
|
height: 1px;
|
|
1004
1004
|
width: 100%;
|
|
1005
1005
|
margin: 10px 0;
|
|
1006
1006
|
}
|
|
1007
|
-
.comment[data-v-
|
|
1007
|
+
.comment[data-v-35236c9c] {
|
|
1008
1008
|
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1009
1009
|
line-height: 1.5;
|
|
1010
1010
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1011
1011
|
margin: 4px 0 0 0;
|
|
1012
1012
|
}
|
|
1013
|
-
.comment[data-v-
|
|
1013
|
+
.comment[data-v-35236c9c] p {
|
|
1014
1014
|
margin: 0;
|
|
1015
1015
|
}
|
|
1016
|
-
.tracked-change[data-v-
|
|
1016
|
+
.tracked-change[data-v-35236c9c] {
|
|
1017
1017
|
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1018
1018
|
line-height: 1.5;
|
|
1019
1019
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1020
1020
|
margin: 4px 0 0 0;
|
|
1021
1021
|
}
|
|
1022
|
-
.change-type[data-v-
|
|
1022
|
+
.change-type[data-v-35236c9c] {
|
|
1023
1023
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1024
1024
|
}
|
|
1025
|
-
.tracked-change-text[data-v-
|
|
1025
|
+
.tracked-change-text[data-v-35236c9c] {
|
|
1026
1026
|
color: var(--sd-ui-comments-body-text, #212121);
|
|
1027
1027
|
}
|
|
1028
|
-
.tracked-change-text.is-deleted[data-v-
|
|
1028
|
+
.tracked-change-text.is-deleted[data-v-35236c9c] {
|
|
1029
1029
|
color: var(--sd-ui-comments-delete-text, #cb0e47);
|
|
1030
1030
|
}
|
|
1031
|
-
.tracked-change-text.is-inserted[data-v-
|
|
1031
|
+
.tracked-change-text.is-inserted[data-v-35236c9c] {
|
|
1032
1032
|
color: var(--sd-ui-comments-insert-text, #1f6feb);
|
|
1033
1033
|
font-weight: 500;
|
|
1034
1034
|
}
|
|
1035
|
-
.tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-
|
|
1035
|
+
.tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-35236c9c] {
|
|
1036
1036
|
color: var(--sd-ui-comments-move-from-text, #00853d);
|
|
1037
1037
|
}
|
|
1038
|
-
.tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-
|
|
1038
|
+
.tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-35236c9c] {
|
|
1039
1039
|
color: var(--sd-ui-comments-move-to-text, #00853d);
|
|
1040
1040
|
}
|
|
1041
|
-
.tracked-change-detail-lines[data-v-
|
|
1041
|
+
.tracked-change-detail-lines[data-v-35236c9c] {
|
|
1042
1042
|
margin-top: 4px;
|
|
1043
1043
|
}
|
|
1044
|
-
.tracked-change-detail-line[data-v-
|
|
1044
|
+
.tracked-change-detail-line[data-v-35236c9c] {
|
|
1045
1045
|
font-size: 12px;
|
|
1046
1046
|
line-height: 1.4;
|
|
1047
1047
|
}
|
|
1048
|
-
.tracked-change-image-preview[data-v-
|
|
1048
|
+
.tracked-change-image-preview[data-v-35236c9c] {
|
|
1049
1049
|
display: inline-flex;
|
|
1050
1050
|
align-items: center;
|
|
1051
1051
|
justify-content: center;
|
|
@@ -1056,7 +1056,7 @@ img[data-v-c95b2073] {
|
|
|
1056
1056
|
max-width: 96px;
|
|
1057
1057
|
max-height: 96px;
|
|
1058
1058
|
}
|
|
1059
|
-
.tracked-change-image-preview__image[data-v-
|
|
1059
|
+
.tracked-change-image-preview__image[data-v-35236c9c] {
|
|
1060
1060
|
display: block;
|
|
1061
1061
|
width: auto;
|
|
1062
1062
|
height: auto;
|
|
@@ -1065,8 +1065,27 @@ img[data-v-c95b2073] {
|
|
|
1065
1065
|
object-fit: contain;
|
|
1066
1066
|
}
|
|
1067
1067
|
|
|
1068
|
+
/* ── Failed tracked-change decision alert (SD-3772 §6) ── */
|
|
1069
|
+
.tracked-change-decision-alert[data-v-35236c9c] {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
align-items: center;
|
|
1072
|
+
justify-content: space-between;
|
|
1073
|
+
gap: 8px;
|
|
1074
|
+
margin-top: 8px;
|
|
1075
|
+
padding: 8px 10px;
|
|
1076
|
+
border-radius: 8px;
|
|
1077
|
+
border: 1px solid var(--sd-ui-comments-alert-border, #f0b4b4);
|
|
1078
|
+
background-color: var(--sd-ui-comments-alert-bg, #fdf3f3);
|
|
1079
|
+
color: var(--sd-ui-comments-alert-text, #a4262c);
|
|
1080
|
+
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1081
|
+
line-height: 1.4;
|
|
1082
|
+
}
|
|
1083
|
+
.tracked-change-decision-alert__retry[data-v-35236c9c] {
|
|
1084
|
+
flex-shrink: 0;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1068
1087
|
/* ── Resolved badge ── */
|
|
1069
|
-
.resolved-badge[data-v-
|
|
1088
|
+
.resolved-badge[data-v-35236c9c] {
|
|
1070
1089
|
display: inline-flex;
|
|
1071
1090
|
align-items: center;
|
|
1072
1091
|
gap: 4px;
|
|
@@ -1075,26 +1094,26 @@ img[data-v-c95b2073] {
|
|
|
1075
1094
|
color: var(--sd-ui-comments-resolved-text, #00853d);
|
|
1076
1095
|
margin-bottom: 4px;
|
|
1077
1096
|
}
|
|
1078
|
-
.resolved-badge__icon[data-v-
|
|
1097
|
+
.resolved-badge__icon[data-v-35236c9c] {
|
|
1079
1098
|
display: inline-flex;
|
|
1080
1099
|
width: 12px;
|
|
1081
1100
|
height: 12px;
|
|
1082
1101
|
}
|
|
1083
|
-
.resolved-badge__icon[data-v-
|
|
1102
|
+
.resolved-badge__icon[data-v-35236c9c] svg {
|
|
1084
1103
|
width: 100%;
|
|
1085
1104
|
height: 100%;
|
|
1086
1105
|
fill: currentColor;
|
|
1087
1106
|
}
|
|
1088
1107
|
|
|
1089
1108
|
/* ── Text truncation ── */
|
|
1090
|
-
.comment.is-truncated[data-v-
|
|
1091
|
-
.tracked-change.is-truncated[data-v-
|
|
1109
|
+
.comment.is-truncated[data-v-35236c9c],
|
|
1110
|
+
.tracked-change.is-truncated[data-v-35236c9c] {
|
|
1092
1111
|
display: -webkit-box;
|
|
1093
1112
|
-webkit-line-clamp: 3;
|
|
1094
1113
|
-webkit-box-orient: vertical;
|
|
1095
1114
|
overflow: hidden;
|
|
1096
1115
|
}
|
|
1097
|
-
.show-more-toggle[data-v-
|
|
1116
|
+
.show-more-toggle[data-v-35236c9c] {
|
|
1098
1117
|
font-size: 12px;
|
|
1099
1118
|
color: var(--sd-ui-action, #1355ff);
|
|
1100
1119
|
cursor: pointer;
|
|
@@ -1102,12 +1121,12 @@ img[data-v-c95b2073] {
|
|
|
1102
1121
|
margin-top: 4px;
|
|
1103
1122
|
user-select: none;
|
|
1104
1123
|
}
|
|
1105
|
-
.show-more-toggle[data-v-
|
|
1124
|
+
.show-more-toggle[data-v-35236c9c]:hover {
|
|
1106
1125
|
text-decoration: underline;
|
|
1107
1126
|
}
|
|
1108
1127
|
|
|
1109
1128
|
/* ── Thread collapse ── */
|
|
1110
|
-
.collapsed-replies[data-v-
|
|
1129
|
+
.collapsed-replies[data-v-35236c9c] {
|
|
1111
1130
|
display: flex;
|
|
1112
1131
|
align-items: center;
|
|
1113
1132
|
gap: 6px;
|
|
@@ -1118,24 +1137,24 @@ img[data-v-c95b2073] {
|
|
|
1118
1137
|
cursor: pointer;
|
|
1119
1138
|
user-select: none;
|
|
1120
1139
|
}
|
|
1121
|
-
.collapsed-replies[data-v-
|
|
1140
|
+
.collapsed-replies[data-v-35236c9c]:hover {
|
|
1122
1141
|
text-decoration: underline;
|
|
1123
1142
|
}
|
|
1124
|
-
.collapsed-avatars[data-v-
|
|
1143
|
+
.collapsed-avatars[data-v-35236c9c] {
|
|
1125
1144
|
display: flex;
|
|
1126
1145
|
}
|
|
1127
|
-
.collapsed-avatars .mini-avatar[data-v-
|
|
1146
|
+
.collapsed-avatars .mini-avatar[data-v-35236c9c] {
|
|
1128
1147
|
--sd-comment-avatar-size: 20px;
|
|
1129
1148
|
--sd-comment-avatar-font-size: 8px;
|
|
1130
1149
|
margin-left: -4px;
|
|
1131
1150
|
border: 2px solid var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
1132
1151
|
}
|
|
1133
|
-
.collapsed-avatars .mini-avatar[data-v-
|
|
1152
|
+
.collapsed-avatars .mini-avatar[data-v-35236c9c]:first-child {
|
|
1134
1153
|
margin-left: 0;
|
|
1135
1154
|
}
|
|
1136
1155
|
|
|
1137
1156
|
/* ── New comment input ── */
|
|
1138
|
-
.new-comment-input-wrapper[data-v-
|
|
1157
|
+
.new-comment-input-wrapper[data-v-35236c9c] {
|
|
1139
1158
|
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1140
1159
|
border-radius: 12px;
|
|
1141
1160
|
padding: 8.5px 10.5px;
|
|
@@ -1144,17 +1163,17 @@ img[data-v-c95b2073] {
|
|
|
1144
1163
|
max-height: 150px;
|
|
1145
1164
|
overflow-y: auto;
|
|
1146
1165
|
}
|
|
1147
|
-
.new-comment-input-wrapper[data-v-
|
|
1166
|
+
.new-comment-input-wrapper[data-v-35236c9c]:focus-within {
|
|
1148
1167
|
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1149
1168
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1150
1169
|
}
|
|
1151
|
-
.new-comment-input-wrapper[data-v-
|
|
1170
|
+
.new-comment-input-wrapper[data-v-35236c9c] .comment-entry {
|
|
1152
1171
|
border-radius: 0;
|
|
1153
1172
|
}
|
|
1154
|
-
.new-comment-input-wrapper[data-v-
|
|
1173
|
+
.new-comment-input-wrapper[data-v-35236c9c] .input-section {
|
|
1155
1174
|
margin: 0;
|
|
1156
1175
|
}
|
|
1157
|
-
.new-comment-input-wrapper[data-v-
|
|
1176
|
+
.new-comment-input-wrapper[data-v-35236c9c] .superdoc-field {
|
|
1158
1177
|
font-size: 14px;
|
|
1159
1178
|
line-height: 20px;
|
|
1160
1179
|
border: none;
|
|
@@ -1165,18 +1184,18 @@ img[data-v-c95b2073] {
|
|
|
1165
1184
|
max-height: 132px;
|
|
1166
1185
|
resize: none;
|
|
1167
1186
|
}
|
|
1168
|
-
.new-comment-input-wrapper[data-v-
|
|
1169
|
-
.new-comment-input-wrapper[data-v-
|
|
1187
|
+
.new-comment-input-wrapper[data-v-35236c9c] .superdoc-field:focus,
|
|
1188
|
+
.new-comment-input-wrapper[data-v-35236c9c] .superdoc-field:active {
|
|
1170
1189
|
border: none;
|
|
1171
1190
|
box-shadow: none;
|
|
1172
1191
|
outline: none;
|
|
1173
1192
|
}
|
|
1174
|
-
.new-comment-input-wrapper[data-v-
|
|
1193
|
+
.new-comment-input-wrapper[data-v-35236c9c] .sd-editor-placeholder::before {
|
|
1175
1194
|
content: 'Comment or add others with @';
|
|
1176
1195
|
}
|
|
1177
1196
|
|
|
1178
1197
|
/* ── Reply pill & expanded input ── */
|
|
1179
|
-
.reply-pill[data-v-
|
|
1198
|
+
.reply-pill[data-v-35236c9c] {
|
|
1180
1199
|
padding: 8.5px 10.5px;
|
|
1181
1200
|
border: 1.5px solid transparent;
|
|
1182
1201
|
border-radius: 9999px;
|
|
@@ -1187,13 +1206,13 @@ img[data-v-c95b2073] {
|
|
|
1187
1206
|
cursor: text;
|
|
1188
1207
|
transition: background 150ms ease;
|
|
1189
1208
|
}
|
|
1190
|
-
.reply-pill[data-v-
|
|
1209
|
+
.reply-pill[data-v-35236c9c]:hover {
|
|
1191
1210
|
background: var(--sd-color-gray-200, #f2f2f2);
|
|
1192
1211
|
}
|
|
1193
|
-
.reply-expanded[data-v-
|
|
1212
|
+
.reply-expanded[data-v-35236c9c] {
|
|
1194
1213
|
margin-top: 10px;
|
|
1195
1214
|
}
|
|
1196
|
-
.reply-input-wrapper[data-v-
|
|
1215
|
+
.reply-input-wrapper[data-v-35236c9c] {
|
|
1197
1216
|
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1198
1217
|
border-radius: 12px;
|
|
1199
1218
|
padding: 8.5px 10.5px;
|
|
@@ -1201,17 +1220,17 @@ img[data-v-c95b2073] {
|
|
|
1201
1220
|
max-height: 150px;
|
|
1202
1221
|
overflow-y: auto;
|
|
1203
1222
|
}
|
|
1204
|
-
.reply-input-wrapper[data-v-
|
|
1223
|
+
.reply-input-wrapper[data-v-35236c9c]:focus-within {
|
|
1205
1224
|
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1206
1225
|
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1207
1226
|
}
|
|
1208
|
-
.reply-input-wrapper[data-v-
|
|
1227
|
+
.reply-input-wrapper[data-v-35236c9c] .comment-entry {
|
|
1209
1228
|
border-radius: 0;
|
|
1210
1229
|
}
|
|
1211
|
-
.reply-input-wrapper[data-v-
|
|
1230
|
+
.reply-input-wrapper[data-v-35236c9c] .input-section {
|
|
1212
1231
|
margin: 0;
|
|
1213
1232
|
}
|
|
1214
|
-
.reply-input-wrapper[data-v-
|
|
1233
|
+
.reply-input-wrapper[data-v-35236c9c] .superdoc-field {
|
|
1215
1234
|
font-size: 14px;
|
|
1216
1235
|
line-height: 20px;
|
|
1217
1236
|
border: none;
|
|
@@ -1222,23 +1241,23 @@ img[data-v-c95b2073] {
|
|
|
1222
1241
|
max-height: 132px;
|
|
1223
1242
|
resize: none;
|
|
1224
1243
|
}
|
|
1225
|
-
.reply-input-wrapper[data-v-
|
|
1226
|
-
.reply-input-wrapper[data-v-
|
|
1244
|
+
.reply-input-wrapper[data-v-35236c9c] .superdoc-field:focus,
|
|
1245
|
+
.reply-input-wrapper[data-v-35236c9c] .superdoc-field:active {
|
|
1227
1246
|
border: none;
|
|
1228
1247
|
box-shadow: none;
|
|
1229
1248
|
outline: none;
|
|
1230
1249
|
}
|
|
1231
|
-
.reply-input-wrapper[data-v-
|
|
1250
|
+
.reply-input-wrapper[data-v-35236c9c] .sd-editor-placeholder::before {
|
|
1232
1251
|
content: 'Reply or add others with @';
|
|
1233
1252
|
}
|
|
1234
|
-
.reply-actions[data-v-
|
|
1253
|
+
.reply-actions[data-v-35236c9c] {
|
|
1235
1254
|
display: flex;
|
|
1236
1255
|
justify-content: flex-end;
|
|
1237
1256
|
align-items: center;
|
|
1238
1257
|
gap: 16px;
|
|
1239
1258
|
margin-top: 8px;
|
|
1240
1259
|
}
|
|
1241
|
-
.reply-btn-cancel[data-v-
|
|
1260
|
+
.reply-btn-cancel[data-v-35236c9c] {
|
|
1242
1261
|
background: none;
|
|
1243
1262
|
border: none;
|
|
1244
1263
|
font-size: 13px;
|
|
@@ -1249,10 +1268,10 @@ img[data-v-c95b2073] {
|
|
|
1249
1268
|
font-family: inherit;
|
|
1250
1269
|
transition: color 150ms;
|
|
1251
1270
|
}
|
|
1252
|
-
.reply-btn-cancel[data-v-
|
|
1271
|
+
.reply-btn-cancel[data-v-35236c9c]:hover {
|
|
1253
1272
|
color: var(--sd-ui-text, #212121);
|
|
1254
1273
|
}
|
|
1255
|
-
.reply-btn-primary[data-v-
|
|
1274
|
+
.reply-btn-primary[data-v-35236c9c] {
|
|
1256
1275
|
background: var(--sd-ui-action, #1355ff);
|
|
1257
1276
|
border: none;
|
|
1258
1277
|
font-size: 13px;
|
|
@@ -1264,19 +1283,19 @@ img[data-v-c95b2073] {
|
|
|
1264
1283
|
font-family: inherit;
|
|
1265
1284
|
transition: background 150ms;
|
|
1266
1285
|
}
|
|
1267
|
-
.reply-btn-primary[data-v-
|
|
1286
|
+
.reply-btn-primary[data-v-35236c9c]:hover {
|
|
1268
1287
|
background: var(--sd-ui-action-hover, #0f44cc);
|
|
1269
1288
|
}
|
|
1270
|
-
.reply-btn-primary.sd-is-disabled[data-v-
|
|
1289
|
+
.reply-btn-primary.sd-is-disabled[data-v-35236c9c] {
|
|
1271
1290
|
background: var(--sd-color-gray-400, #dbdbdb);
|
|
1272
1291
|
color: var(--sd-color-gray-600, #888888);
|
|
1273
1292
|
cursor: default;
|
|
1274
1293
|
pointer-events: none;
|
|
1275
1294
|
}
|
|
1276
|
-
.existing-internal-input[data-v-
|
|
1295
|
+
.existing-internal-input[data-v-35236c9c] {
|
|
1277
1296
|
margin-bottom: 10px;
|
|
1278
1297
|
}
|
|
1279
|
-
.sd-internal-dropdown[data-v-
|
|
1298
|
+
.sd-internal-dropdown[data-v-35236c9c] {
|
|
1280
1299
|
display: inline-block;
|
|
1281
1300
|
}
|
|
1282
1301
|
|
|
@@ -1324,24 +1343,24 @@ img[data-v-c95b2073] {
|
|
|
1324
1343
|
background-color: #1355ff7f;
|
|
1325
1344
|
}
|
|
1326
1345
|
|
|
1327
|
-
.comment-placeholder[data-v-
|
|
1346
|
+
.comment-placeholder[data-v-3672b976] {
|
|
1328
1347
|
position: absolute;
|
|
1329
1348
|
width: 300px;
|
|
1330
1349
|
transition: top 0.3s ease;
|
|
1331
1350
|
}
|
|
1332
|
-
.floating-comment[data-v-
|
|
1351
|
+
.floating-comment[data-v-3672b976] {
|
|
1333
1352
|
position: relative;
|
|
1334
1353
|
display: block;
|
|
1335
1354
|
min-width: 300px;
|
|
1336
1355
|
}
|
|
1337
|
-
.sidebar-container[data-v-
|
|
1356
|
+
.sidebar-container[data-v-3672b976] {
|
|
1338
1357
|
position: absolute;
|
|
1339
1358
|
width: 300px;
|
|
1340
1359
|
min-height: 300px;
|
|
1341
1360
|
transition: transform 0.3s ease;
|
|
1342
1361
|
will-change: transform;
|
|
1343
1362
|
}
|
|
1344
|
-
.section-wrapper[data-v-
|
|
1363
|
+
.section-wrapper[data-v-3672b976] {
|
|
1345
1364
|
position: relative;
|
|
1346
1365
|
min-height: 100%;
|
|
1347
1366
|
width: 300px;
|
|
@@ -1679,11 +1698,11 @@ img[data-v-c95b2073] {
|
|
|
1679
1698
|
pointer-events: auto;
|
|
1680
1699
|
}
|
|
1681
1700
|
|
|
1682
|
-
.superdoc[data-v-
|
|
1701
|
+
.superdoc[data-v-c4ab995e] {
|
|
1683
1702
|
display: flex;
|
|
1684
1703
|
position: relative;
|
|
1685
1704
|
}
|
|
1686
|
-
.sd-visually-hidden[data-v-
|
|
1705
|
+
.sd-visually-hidden[data-v-c4ab995e] {
|
|
1687
1706
|
position: absolute;
|
|
1688
1707
|
width: 1px;
|
|
1689
1708
|
height: 1px;
|
|
@@ -1694,30 +1713,30 @@ img[data-v-c95b2073] {
|
|
|
1694
1713
|
white-space: nowrap;
|
|
1695
1714
|
border: 0;
|
|
1696
1715
|
}
|
|
1697
|
-
.right-sidebar[data-v-
|
|
1716
|
+
.right-sidebar[data-v-c4ab995e] {
|
|
1698
1717
|
min-width: 320px;
|
|
1699
1718
|
height: 100%;
|
|
1700
1719
|
}
|
|
1701
|
-
.floating-comments[data-v-
|
|
1720
|
+
.floating-comments[data-v-c4ab995e] {
|
|
1702
1721
|
min-width: 300px;
|
|
1703
1722
|
width: 300px;
|
|
1704
1723
|
height: 100%;
|
|
1705
1724
|
overflow: visible;
|
|
1706
1725
|
}
|
|
1707
|
-
.superdoc__layers[data-v-
|
|
1726
|
+
.superdoc__layers[data-v-c4ab995e] {
|
|
1708
1727
|
height: 100%;
|
|
1709
1728
|
position: relative;
|
|
1710
1729
|
box-sizing: border-box;
|
|
1711
1730
|
}
|
|
1712
|
-
.superdoc__document[data-v-
|
|
1731
|
+
.superdoc__document[data-v-c4ab995e] {
|
|
1713
1732
|
width: 100%;
|
|
1714
1733
|
position: relative;
|
|
1715
1734
|
}
|
|
1716
|
-
.superdoc__sub-document[data-v-
|
|
1735
|
+
.superdoc__sub-document[data-v-c4ab995e] {
|
|
1717
1736
|
width: 100%;
|
|
1718
1737
|
position: relative;
|
|
1719
1738
|
}
|
|
1720
|
-
.superdoc__selection-layer[data-v-
|
|
1739
|
+
.superdoc__selection-layer[data-v-c4ab995e] {
|
|
1721
1740
|
position: absolute;
|
|
1722
1741
|
min-width: 100%;
|
|
1723
1742
|
min-height: 100%;
|
|
@@ -1728,13 +1747,13 @@ img[data-v-c95b2073] {
|
|
|
1728
1747
|
/* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
|
|
1729
1748
|
the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
|
|
1730
1749
|
clickable, and below the selection layer (z-index 10). */
|
|
1731
|
-
.superdoc__whiteboard-layer[data-v-
|
|
1750
|
+
.superdoc__whiteboard-layer[data-v-c4ab995e] {
|
|
1732
1751
|
z-index: 4;
|
|
1733
1752
|
}
|
|
1734
|
-
.superdoc__temp-selection[data-v-
|
|
1753
|
+
.superdoc__temp-selection[data-v-c4ab995e] {
|
|
1735
1754
|
position: absolute;
|
|
1736
1755
|
}
|
|
1737
|
-
.superdoc__right-sidebar[data-v-
|
|
1756
|
+
.superdoc__right-sidebar[data-v-c4ab995e] {
|
|
1738
1757
|
width: 320px;
|
|
1739
1758
|
min-width: 320px;
|
|
1740
1759
|
padding: 0 10px;
|
|
@@ -1742,7 +1761,7 @@ img[data-v-c95b2073] {
|
|
|
1742
1761
|
position: relative;
|
|
1743
1762
|
z-index: 2;
|
|
1744
1763
|
}
|
|
1745
|
-
.superdoc__compact-comment-popover[data-v-
|
|
1764
|
+
.superdoc__compact-comment-popover[data-v-c4ab995e] {
|
|
1746
1765
|
position: absolute;
|
|
1747
1766
|
top: 12px;
|
|
1748
1767
|
right: 12px;
|
|
@@ -1751,14 +1770,14 @@ img[data-v-c95b2073] {
|
|
|
1751
1770
|
}
|
|
1752
1771
|
|
|
1753
1772
|
/* Tools styles */
|
|
1754
|
-
.tools[data-v-
|
|
1773
|
+
.tools[data-v-c4ab995e] {
|
|
1755
1774
|
position: absolute;
|
|
1756
1775
|
z-index: 3;
|
|
1757
1776
|
display: flex;
|
|
1758
1777
|
flex-direction: column;
|
|
1759
1778
|
gap: var(--sd-ui-tools-gap, 6px);
|
|
1760
1779
|
}
|
|
1761
|
-
.tools-item[data-v-
|
|
1780
|
+
.tools-item[data-v-c4ab995e] {
|
|
1762
1781
|
display: flex;
|
|
1763
1782
|
align-items: center;
|
|
1764
1783
|
justify-content: center;
|
|
@@ -1769,10 +1788,10 @@ img[data-v-c95b2073] {
|
|
|
1769
1788
|
cursor: pointer;
|
|
1770
1789
|
position: relative;
|
|
1771
1790
|
}
|
|
1772
|
-
.tools-item i[data-v-
|
|
1791
|
+
.tools-item i[data-v-c4ab995e] {
|
|
1773
1792
|
cursor: pointer;
|
|
1774
1793
|
}
|
|
1775
|
-
.superdoc__tools-icon[data-v-
|
|
1794
|
+
.superdoc__tools-icon[data-v-c4ab995e] {
|
|
1776
1795
|
width: var(--sd-ui-tools-icon-size, 20px);
|
|
1777
1796
|
height: var(--sd-ui-tools-icon-size, 20px);
|
|
1778
1797
|
flex-shrink: 0;
|
|
@@ -1787,22 +1806,22 @@ img[data-v-c95b2073] {
|
|
|
1787
1806
|
|
|
1788
1807
|
/* 834px is iPad screen size in portrait orientation */
|
|
1789
1808
|
@media (max-width: 834px) {
|
|
1790
|
-
.superdoc .superdoc__layers[data-v-
|
|
1809
|
+
.superdoc .superdoc__layers[data-v-c4ab995e] {
|
|
1791
1810
|
margin: 0;
|
|
1792
1811
|
border: 0 !important;
|
|
1793
1812
|
box-shadow: none;
|
|
1794
1813
|
}
|
|
1795
|
-
.superdoc__sub-document[data-v-
|
|
1814
|
+
.superdoc__sub-document[data-v-c4ab995e] {
|
|
1796
1815
|
max-width: 100%;
|
|
1797
1816
|
}
|
|
1798
|
-
.superdoc__right-sidebar[data-v-
|
|
1817
|
+
.superdoc__right-sidebar[data-v-c4ab995e] {
|
|
1799
1818
|
padding: 10px;
|
|
1800
1819
|
position: relative;
|
|
1801
1820
|
}
|
|
1802
1821
|
}
|
|
1803
1822
|
|
|
1804
1823
|
/* AI Writer styles */
|
|
1805
|
-
.ai-writer-container[data-v-
|
|
1824
|
+
.ai-writer-container[data-v-c4ab995e] {
|
|
1806
1825
|
position: fixed;
|
|
1807
1826
|
z-index: 1000;
|
|
1808
1827
|
background: white;
|
|
@@ -1818,10 +1837,10 @@ img[data-v-c95b2073] {
|
|
|
1818
1837
|
transform: translateY(-50%);
|
|
1819
1838
|
z-index: 50;
|
|
1820
1839
|
} */
|
|
1821
|
-
.ai-tool > svg[data-v-
|
|
1840
|
+
.ai-tool > svg[data-v-c4ab995e] {
|
|
1822
1841
|
fill: transparent;
|
|
1823
1842
|
}
|
|
1824
|
-
.ai-tool[data-v-
|
|
1843
|
+
.ai-tool[data-v-c4ab995e]::before {
|
|
1825
1844
|
content: '';
|
|
1826
1845
|
position: absolute;
|
|
1827
1846
|
width: 20px;
|
|
@@ -1842,7 +1861,7 @@ img[data-v-c95b2073] {
|
|
|
1842
1861
|
filter: brightness(1.2);
|
|
1843
1862
|
transition: filter 0.2s ease;
|
|
1844
1863
|
}
|
|
1845
|
-
.ai-tool[data-v-
|
|
1864
|
+
.ai-tool[data-v-c4ab995e]:hover::before {
|
|
1846
1865
|
filter: brightness(1.3);
|
|
1847
1866
|
}
|
|
1848
1867
|
|