@harbour-enterprises/superdoc 1.0.0-alpha.25 → 1.0.0-alpha.26

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/style.css CHANGED
@@ -16773,9 +16773,23 @@ body {
16773
16773
  min-height: 100%;
16774
16774
  display: flex;
16775
16775
  margin: 0;
16776
+ padding: 0;
16777
+ }
16778
+ .super-editor .ProseMirror {
16779
+ min-height: 400px;
16780
+ border: 1px solid #999;
16781
+ border-radius: 8px;
16782
+ white-space: pre-wrap;
16783
+ color: black !important;
16776
16784
  padding: 20px;
16777
- position: relative;
16778
- overflow: hidden;
16785
+ width: 600px;
16786
+ outline: none;
16787
+ height: fit-content;
16788
+ }
16789
+ .super-editor .ProseMirror > * {
16790
+ color: black;
16791
+ font-family: 'Arial', sans-serif;
16792
+ font-size: 12px !important;
16779
16793
  }
16780
16794
  @media (max-width: 768px) {
16781
16795
 
@@ -19052,7 +19066,7 @@ body {
19052
19066
  border:2px solid transparent;
19053
19067
  }
19054
19068
  .superdoc-viewer{
19055
-
19069
+
19056
19070
  position: relative;
19057
19071
  display: flex;
19058
19072
  flex-direction: column;
@@ -19071,19 +19085,22 @@ body {
19071
19085
  mix-blend-mode: difference;
19072
19086
  }
19073
19087
 
19074
- .comment-doc[data-v-73492d6f] {
19088
+ .comment-doc[data-v-df7ef0d6] {
19075
19089
  position: relative;
19076
19090
  }
19077
- .comments-layer[data-v-73492d6f] {
19091
+ .comments-layer[data-v-df7ef0d6] {
19078
19092
  position: relative;
19079
19093
  }
19080
- .comment-anchor[data-v-73492d6f] {
19094
+ .comment-anchor[data-v-df7ef0d6] {
19081
19095
  position: absolute;
19082
19096
  cursor: pointer;
19083
19097
  z-index: 3;
19084
19098
  border-radius: 4px;
19085
19099
  transition: background-color 250ms ease;
19086
19100
  }
19101
+ .comments-container[data-v-df7ef0d6] {
19102
+ /* pointer-events: none; */
19103
+ }
19087
19104
 
19088
19105
  .ProseMirror {
19089
19106
  height: 800px;
@@ -19133,7 +19150,7 @@ span[data-v-36fffb56] {
19133
19150
  }
19134
19151
 
19135
19152
 
19136
- .comments-dialog[data-v-e7a86897] {
19153
+ .comments-dialog[data-v-01544401] {
19137
19154
  position: absolute;
19138
19155
  display: flex;
19139
19156
  flex-direction: column;
@@ -19146,14 +19163,14 @@ span[data-v-36fffb56] {
19146
19163
  box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.15);
19147
19164
  z-index: 5;
19148
19165
  }
19149
- .is-active[data-v-e7a86897] {
19166
+ .is-active[data-v-01544401] {
19150
19167
  z-index: 10;
19151
19168
  }
19152
- .overflow-menu[data-v-e7a86897] {
19169
+ .overflow-menu[data-v-01544401] {
19153
19170
  flex-shrink: 1;
19154
19171
  display: flex;
19155
19172
  }
19156
- .overflow-menu i[data-v-e7a86897] {
19173
+ .overflow-menu i[data-v-01544401] {
19157
19174
  width: 20px;
19158
19175
  height: 20px;
19159
19176
  display: flex;
@@ -19165,69 +19182,69 @@ span[data-v-36fffb56] {
19165
19182
  margin-left: 2px;
19166
19183
  cursor: pointer;
19167
19184
  }
19168
- .overflow-menu i[data-v-e7a86897]:hover {
19185
+ .overflow-menu i[data-v-01544401]:hover {
19169
19186
  background-color: #DBDBDB;
19170
19187
  }
19171
- .comment-entry[data-v-e7a86897] {
19188
+ .comment-entry[data-v-01544401] {
19172
19189
  flex-grow: 1;
19173
19190
  margin: 5px 0;
19174
19191
  }
19175
- .comment-entry input[data-v-e7a86897] {
19192
+ .comment-entry input[data-v-01544401] {
19176
19193
  border-radius: 12px;
19177
19194
  padding: 6px 10px;
19178
19195
  outline: none;
19179
19196
  border: 1px solid #DBDBDB;
19180
19197
  width: 100%;
19181
19198
  }
19182
- .comment-header[data-v-e7a86897] {
19199
+ .comment-header[data-v-01544401] {
19183
19200
  display: flex;
19184
19201
  align-items: center;
19185
19202
  justify-content: space-between;
19186
19203
  }
19187
- .comment-header-left[data-v-e7a86897] {
19204
+ .comment-header-left[data-v-01544401] {
19188
19205
  display: flex;
19189
19206
  justify-content: space-between;
19190
19207
  align-items: center;
19191
19208
  }
19192
- .avatar[data-v-e7a86897] {
19209
+ .avatar[data-v-01544401] {
19193
19210
  margin-right: 10px;
19194
19211
  }
19195
- .user-info[data-v-e7a86897] {
19212
+ .user-info[data-v-01544401] {
19196
19213
  display: flex;
19197
19214
  flex-direction: column;
19198
19215
  font-size: 12px;
19199
19216
  }
19200
- .user-name[data-v-e7a86897] {
19217
+ .user-name[data-v-01544401] {
19201
19218
  font-weight: 600;
19202
19219
  line-height: 1.2em;
19203
19220
  }
19204
- .user-timestamp[data-v-e7a86897] {
19221
+ .user-timestamp[data-v-01544401] {
19205
19222
  line-height: 1.2em;
19206
19223
  font-size: 12px;
19207
19224
  color: #999;
19208
19225
  }
19209
- .sd-button[data-v-e7a86897] {
19226
+ .sd-button[data-v-01544401] {
19210
19227
  margin-right: 5px;
19211
19228
  font-size: 12px;
19212
19229
  }
19213
- .comment[data-v-e7a86897] {
19230
+ .comment[data-v-01544401] {
19214
19231
  font-size: 14px;
19215
19232
  margin: 5px 0;
19216
19233
  }
19217
- .conversation-item[data-v-e7a86897] {
19234
+ .conversation-item[data-v-01544401] {
19218
19235
  border-bottom: 1px solid #DBDBDB;
19219
19236
  padding-bottom: 10px;
19220
19237
  }
19221
- .comment-footer[data-v-e7a86897] {
19238
+ .comment-footer[data-v-01544401] {
19222
19239
  margin: 5px 0;
19223
19240
  }
19224
19241
 
19225
- .section-wrapper[data-v-6cfcb7d7] {
19242
+ .section-wrapper[data-v-2284c669] {
19226
19243
  position: relative;
19227
19244
  min-height: 100%;
19228
19245
  width: 300px;
19229
19246
  }
19230
- .floating-comment[data-v-6cfcb7d7] {
19247
+ .floating-comment[data-v-2284c669] {
19231
19248
  position: absolute;
19232
19249
  min-width: 300px;
19233
19250
  }
@@ -19277,55 +19294,62 @@ img[data-v-47d1dee5] {
19277
19294
  }
19278
19295
 
19279
19296
  /* Right sidebar drawer */
19280
- .right-sidebar[data-v-e89145d7] {
19297
+ .right-sidebar[data-v-16f7efdd] {
19281
19298
  width: 320px;
19282
19299
  padding: 0 10px;
19283
19300
  min-height: 100%;
19284
19301
  position: relative;
19285
19302
  }
19303
+ .docx-editor[data-v-16f7efdd] {
19304
+ margin-bottom: 20px;
19305
+ min-width: 600px;
19306
+ }
19286
19307
 
19287
19308
  /* General Styles */
19288
- .box-sizing[data-v-e89145d7], .layers[data-v-e89145d7] {
19309
+ .box-sizing[data-v-16f7efdd], .layers[data-v-16f7efdd] {
19289
19310
  box-sizing: border-box;
19290
19311
  }
19291
- .cursor-pointer[data-v-e89145d7], .tools i[data-v-e89145d7], .toolbar-item[data-v-e89145d7] {
19312
+ .cursor-pointer[data-v-16f7efdd], .tools i[data-v-16f7efdd], .toolbar-item[data-v-16f7efdd] {
19292
19313
  cursor: pointer;
19293
19314
  }
19294
- .flex[data-v-e89145d7] {
19315
+ .flex[data-v-16f7efdd] {
19295
19316
  display: flex;
19296
19317
  }
19297
- .flex-column[data-v-e89145d7] {
19318
+ .flex-column[data-v-16f7efdd] {
19298
19319
  flex-direction: column;
19299
19320
  }
19300
- .flex-center[data-v-e89145d7] {
19321
+ .flex-center[data-v-16f7efdd] {
19301
19322
  display: flex;
19302
19323
  align-items: center;
19303
19324
  justify-content: center;
19304
19325
  }
19305
19326
 
19306
19327
  /* Layer Styles */
19307
- .comments-layer[data-v-e89145d7] {
19328
+ .comments-layer[data-v-16f7efdd] {
19308
19329
  position: absolute;
19309
19330
  top: 0;
19310
19331
  height: 100%;
19311
19332
  }
19333
+ .layers[data-v-16f7efdd] {
19334
+ position: relative;
19335
+ }
19312
19336
 
19313
19337
  /* Document Styles */
19314
- .docx[data-v-e89145d7] {
19338
+ .docx[data-v-16f7efdd] {
19315
19339
  border: 1px solid #DFDFDF;
19316
19340
  pointer-events: auto;
19317
19341
  }
19318
- .sub-document[data-v-e89145d7] {
19342
+ .sub-document[data-v-16f7efdd] {
19319
19343
  position: relative;
19320
19344
  }
19321
19345
 
19322
19346
  /* Toolbar Styles */
19323
- .toolbar[data-v-e89145d7] {
19347
+ .toolbar[data-v-16f7efdd] {
19324
19348
  height: 25px;
19325
19349
  background-color: #fff;
19326
19350
  margin-bottom: 5px;
19327
19351
  }
19328
- .toolbar-item[data-v-e89145d7] {
19352
+ .toolbar-item[data-v-16f7efdd] {
19329
19353
  width: 20px;
19330
19354
  height: 20px;
19331
19355
  border-radius: 8px;
@@ -19337,12 +19361,12 @@ img[data-v-47d1dee5] {
19337
19361
  justify-content: center;
19338
19362
  transition: all 250ms ease;
19339
19363
  }
19340
- .toolbar-item[data-v-e89145d7]:hover {
19364
+ .toolbar-item[data-v-16f7efdd]:hover {
19341
19365
  background-color: #DBDBDB;
19342
19366
  }
19343
19367
 
19344
19368
  /* Tools Styles */
19345
- .tools[data-v-e89145d7] {
19369
+ .tools[data-v-16f7efdd] {
19346
19370
  position: absolute;
19347
19371
  width: 50px;
19348
19372
  height: 50px;
@@ -19353,28 +19377,19 @@ img[data-v-47d1dee5] {
19353
19377
  align-items: center;
19354
19378
  justify-content: center;
19355
19379
  }
19356
- .tools i[data-v-e89145d7] {
19380
+ .tools i[data-v-16f7efdd] {
19357
19381
  font-size: 20px;
19358
19382
  border-radius: 12px;
19359
19383
  border: none;
19360
19384
  outline: none;
19361
19385
  background-color: #DBDBDB;
19362
19386
  }
19363
- .layers[data-v-e89145d7] {
19364
- position: relative;
19365
- height: 100%;
19366
- width: 100%;
19367
- overflow: auto;
19368
- }
19369
- .document[data-v-e89145d7] {
19370
- position: relative;
19371
- }
19372
19387
  @media (max-width: 768px) {
19373
- .sub-document[data-v-e89145d7] {
19388
+ .sub-document[data-v-16f7efdd] {
19374
19389
  max-width: 100%;
19375
19390
  overflow: hidden;
19376
19391
  }
19377
- .right-sidebar[data-v-e89145d7] {
19392
+ .right-sidebar[data-v-16f7efdd] {
19378
19393
  padding: 10px;
19379
19394
  width: 55px;
19380
19395
  position: relative;