@harbour-enterprises/superdoc 0.14.0-next.2 → 0.14.0-next.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/chunks/{eventemitter3-BrspJk8q.es.js → eventemitter3-BIPEy-pY.es.js} +1 -1
  2. package/dist/chunks/{eventemitter3-DfVviFzP.cjs → eventemitter3-DGnD-HK9.cjs} +1 -1
  3. package/dist/chunks/{index-Diu6UKHt.es.js → index-BvK-G6B1.es.js} +4 -4
  4. package/dist/chunks/{index-B4J7wgs6.cjs → index-CCRVYhTn.cjs} +2 -2
  5. package/dist/chunks/{index-Cdsq63Xq.cjs → index-CgJ5KVh6.cjs} +4 -4
  6. package/dist/chunks/{index-Hr3Um-Bg.es.js → index-oHslWah4.es.js} +2 -2
  7. package/dist/chunks/{jszip-DckFs3A7.es.js → jszip-CYDYUNnI.es.js} +1 -1
  8. package/dist/chunks/{jszip-BTAcmbVg.cjs → jszip-D5XoMX4C.cjs} +1 -1
  9. package/dist/chunks/{super-editor.es-C6TRTeBI.es.js → super-editor.es-Cu7C5Ezf.es.js} +3414 -2237
  10. package/dist/chunks/{super-editor.es-DFls-Ipj.cjs → super-editor.es-DM3LYkiV.cjs} +3402 -2225
  11. package/dist/chunks/{url-BIzg4y2i.cjs → url-BG1Z_Z2_.cjs} +2 -2
  12. package/dist/chunks/{url-CHayXMZH.es.js → url-Dvx6wrNT.es.js} +2 -2
  13. package/dist/chunks/{vue-Bi1uWinj.es.js → vue-lU0o_RlU.es.js} +35 -15
  14. package/dist/chunks/{vue-HIY1g7dm.cjs → vue-tQYF719J.cjs} +24 -4
  15. package/dist/chunks/{xml-js-BjqmFOSP.cjs → xml-js-BHJlXtfU.cjs} +13 -6
  16. package/dist/chunks/{xml-js-CfClL-1b.es.js → xml-js-DNISVjNF.es.js} +13 -6
  17. package/dist/composables/use-ai.d.ts +1 -3
  18. package/dist/composables/use-ai.d.ts.map +1 -1
  19. package/dist/core/SuperDoc.d.ts +5 -0
  20. package/dist/core/SuperDoc.d.ts.map +1 -1
  21. package/dist/helpers/floor.d.ts +2 -0
  22. package/dist/helpers/floor.d.ts.map +1 -0
  23. package/dist/stores/hrbr-fields-store.d.ts.map +1 -1
  24. package/dist/style.css +407 -291
  25. package/dist/super-editor/ai-writer.es.js +18 -33
  26. package/dist/super-editor/chunks/{converter-2R-ZXcMD.js → converter-BnCzxu5M.js} +1685 -1609
  27. package/dist/super-editor/chunks/{docx-zipper-D1Hg-x9a.js → docx-zipper-BPw_B6hI.js} +1 -1
  28. package/dist/super-editor/chunks/{editor-DYjOoB1N.js → editor-DD4MGOZb.js} +1788 -1251
  29. package/dist/super-editor/chunks/{toolbar-WyGfV3qj.js → toolbar-BCtZctWE.js} +33 -38
  30. package/dist/super-editor/components/cursor-helpers.d.ts +23 -0
  31. package/dist/super-editor/components/cursor-helpers.d.ts.map +1 -1
  32. package/dist/super-editor/components/slash-menu/constants.d.ts +64 -0
  33. package/dist/super-editor/components/slash-menu/constants.d.ts.map +1 -0
  34. package/dist/super-editor/components/slash-menu/menuItems.d.ts +35 -0
  35. package/dist/super-editor/components/slash-menu/menuItems.d.ts.map +1 -0
  36. package/dist/super-editor/components/slash-menu/utils.d.ts +10 -0
  37. package/dist/super-editor/components/slash-menu/utils.d.ts.map +1 -0
  38. package/dist/super-editor/components/toolbar/defaultItems.d.ts.map +1 -1
  39. package/dist/super-editor/components/toolbar/super-toolbar.d.ts.map +1 -1
  40. package/dist/super-editor/components/toolbar/toolbarIcons.d.ts +3 -12
  41. package/dist/super-editor/components/toolbar/toolbarTexts.d.ts +0 -11
  42. package/dist/super-editor/converter.es.js +1 -1
  43. package/dist/super-editor/core/Editor.d.ts +12 -4
  44. package/dist/super-editor/core/Editor.d.ts.map +1 -1
  45. package/dist/super-editor/core/InputRule.d.ts.map +1 -1
  46. package/dist/super-editor/core/commands/decreaseListIndent.d.ts.map +1 -1
  47. package/dist/super-editor/core/commands/deleteListItem.d.ts.map +1 -1
  48. package/dist/super-editor/core/commands/deleteSelection.d.ts +2 -0
  49. package/dist/super-editor/core/commands/deleteSelection.d.ts.map +1 -1
  50. package/dist/super-editor/core/commands/increaseListIndent.d.ts.map +1 -1
  51. package/dist/super-editor/core/commands/joinBackward.d.ts.map +1 -1
  52. package/dist/super-editor/core/commands/joinForward.d.ts.map +1 -1
  53. package/dist/super-editor/core/commands/splitListItem.d.ts.map +1 -1
  54. package/dist/super-editor/core/commands/toggleList.d.ts +5 -1
  55. package/dist/super-editor/core/commands/toggleList.d.ts.map +1 -1
  56. package/dist/super-editor/core/extensions/keymap.d.ts.map +1 -1
  57. package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +6 -5
  58. package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  59. package/dist/super-editor/core/super-converter/SuperConverter.d.ts.map +1 -1
  60. package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
  61. package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts +1 -1
  62. package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts.map +1 -1
  63. package/dist/super-editor/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -1
  64. package/dist/super-editor/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  65. package/dist/super-editor/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -1
  66. package/dist/super-editor/core/utilities/clipboardUtils.d.ts +27 -0
  67. package/dist/super-editor/core/utilities/clipboardUtils.d.ts.map +1 -0
  68. package/dist/super-editor/core/utilities/index.d.ts +1 -0
  69. package/dist/super-editor/docx-zipper.es.js +2 -2
  70. package/dist/super-editor/editor.es.js +3 -3
  71. package/dist/super-editor/extensions/ai/ai-plugin.d.ts.map +1 -1
  72. package/dist/super-editor/extensions/bullet-list/bullet-list.d.ts.map +1 -1
  73. package/dist/super-editor/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
  74. package/dist/super-editor/extensions/index.d.ts.map +1 -1
  75. package/dist/super-editor/extensions/list-item/list-item.d.ts.map +1 -1
  76. package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts +0 -3
  77. package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
  78. package/dist/super-editor/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -1
  79. package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
  80. package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
  81. package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
  82. package/dist/super-editor/extensions/slash-menu/index.d.ts +2 -0
  83. package/dist/super-editor/extensions/slash-menu/index.d.ts.map +1 -0
  84. package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts +4 -0
  85. package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts.map +1 -0
  86. package/dist/super-editor/extensions/table/table.d.ts.map +1 -1
  87. package/dist/super-editor/file-zipper.es.js +1 -1
  88. package/dist/super-editor/index.d.ts +1 -1
  89. package/dist/super-editor/index.d.ts.map +1 -1
  90. package/dist/super-editor/style.css +368 -261
  91. package/dist/super-editor/super-editor.es.js +1202 -608
  92. package/dist/super-editor/toolbar.es.js +2 -2
  93. package/dist/super-editor.cjs +3 -2
  94. package/dist/super-editor.es.js +15 -14
  95. package/dist/superdoc.cjs +89 -76
  96. package/dist/superdoc.es.js +141 -128
  97. package/dist/superdoc.umd.js +3716 -2509
  98. package/dist/superdoc.umd.js.map +1 -1
  99. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -144,20 +144,20 @@
144
144
  width: 16px;
145
145
  }
146
146
 
147
- .toolbar-item[data-v-2518a3d1] {
147
+ .toolbar-item[data-v-8ac39508] {
148
148
  position: relative;
149
149
  z-index: 1;
150
150
  min-width: 30px;
151
151
  margin: 0 1px;
152
152
  }
153
- .visually-hidden[data-v-2518a3d1] {
153
+ .visually-hidden[data-v-8ac39508] {
154
154
  position: absolute;
155
155
  left: -9999px;
156
156
  height: 1px;
157
157
  width: 1px;
158
158
  overflow: hidden;
159
159
  }
160
- .toolbar-button[data-v-2518a3d1] {
160
+ .toolbar-button[data-v-8ac39508] {
161
161
  padding: 5px;
162
162
  height: 32px;
163
163
  max-height: 32px;
@@ -173,21 +173,21 @@
173
173
  position: relative;
174
174
  box-sizing: border-box;
175
175
  }
176
- .toolbar-button[data-v-2518a3d1]:hover {
176
+ .toolbar-button[data-v-8ac39508]:hover {
177
177
  background-color: #dbdbdb;
178
178
  }
179
- .toolbar-button:hover .toolbar-icon.high-contrast[data-v-2518a3d1] {
179
+ .toolbar-button:hover .toolbar-icon.high-contrast[data-v-8ac39508] {
180
180
  color: #fff;
181
181
  }
182
- .toolbar-button:hover.high-contrast[data-v-2518a3d1] {
182
+ .toolbar-button:hover.high-contrast[data-v-8ac39508] {
183
183
  background-color: #000;
184
184
  color: #fff;
185
185
  }
186
- .toolbar-button[data-v-2518a3d1]:active,
187
- .active[data-v-2518a3d1] {
186
+ .toolbar-button[data-v-8ac39508]:active,
187
+ .active[data-v-8ac39508] {
188
188
  background-color: #c8d0d8;
189
189
  }
190
- .button-label[data-v-2518a3d1] {
190
+ .button-label[data-v-8ac39508] {
191
191
  overflow: hidden;
192
192
  width: 100%;
193
193
  text-align: center;
@@ -197,37 +197,37 @@
197
197
  font-size: 15px;
198
198
  margin: 5px;
199
199
  }
200
- .toolbar-icon+.dropdown-caret[data-v-2518a3d1] {
200
+ .toolbar-icon+.dropdown-caret[data-v-8ac39508] {
201
201
  margin-left: 4px;
202
202
  }
203
- .left[data-v-2518a3d1],
204
- .right[data-v-2518a3d1] {
203
+ .left[data-v-8ac39508],
204
+ .right[data-v-8ac39508] {
205
205
  width: 50%;
206
206
  height: 100%;
207
207
  background-color: #dbdbdb;
208
208
  border-radius: 60%;
209
209
  }
210
- .has-inline-text-input[data-v-2518a3d1]:hover {
210
+ .has-inline-text-input[data-v-8ac39508]:hover {
211
211
  cursor: text;
212
212
  }
213
- .disabled[data-v-2518a3d1] {
213
+ .disabled[data-v-8ac39508] {
214
214
  cursor: default;
215
215
  }
216
- .disabled[data-v-2518a3d1]:hover {
216
+ .disabled[data-v-8ac39508]:hover {
217
217
  cursor: default;
218
218
  background-color: initial;
219
219
  }
220
- .disabled .toolbar-icon[data-v-2518a3d1],
221
- .disabled .caret[data-v-2518a3d1],
222
- .disabled .button-label[data-v-2518a3d1] {
220
+ .disabled .toolbar-icon[data-v-8ac39508],
221
+ .disabled .caret[data-v-8ac39508],
222
+ .disabled .button-label[data-v-8ac39508] {
223
223
  opacity: 0.35;
224
224
  }
225
- .caret[data-v-2518a3d1] {
225
+ .caret[data-v-8ac39508] {
226
226
  font-size: 1em;
227
227
  padding-left: 2px;
228
228
  padding-right: 2px;
229
229
  }
230
- .button-text-input[data-v-2518a3d1] {
230
+ .button-text-input[data-v-8ac39508] {
231
231
  color: #47484a;
232
232
  border-radius: 4px;
233
233
  text-align: center;
@@ -241,13 +241,13 @@
241
241
  border: 1px solid #d8dee5;
242
242
  box-sizing: border-box;
243
243
  }
244
- .button-text-input.high-contrast[data-v-2518a3d1] {
244
+ .button-text-input.high-contrast[data-v-8ac39508] {
245
245
  background-color: #fff;
246
246
  }
247
- .button-text-input[data-v-2518a3d1]::placeholder {
247
+ .button-text-input[data-v-8ac39508]::placeholder {
248
248
  color: #47484a;
249
249
  }
250
- .dropdown-caret[data-v-2518a3d1] {
250
+ .dropdown-caret[data-v-8ac39508] {
251
251
  display: inline-flex;
252
252
  align-items: center;
253
253
  justify-content: center;
@@ -257,16 +257,16 @@
257
257
  height: 10px;
258
258
  }
259
259
  @media (max-width: 1280px) {
260
- .toolbar-item--doc-mode .button-label[data-v-2518a3d1] {
260
+ .toolbar-item--doc-mode .button-label[data-v-8ac39508] {
261
261
  display: none;
262
262
  }
263
- .toolbar-item--doc-mode .toolbar-icon[data-v-2518a3d1] {
263
+ .toolbar-item--doc-mode .toolbar-icon[data-v-8ac39508] {
264
264
  margin-right: 5px;
265
265
  }
266
- .toolbar-item--linked-styles[data-v-2518a3d1] {
266
+ .toolbar-item--linked-styles[data-v-8ac39508] {
267
267
  width: auto !important;
268
268
  }
269
- .toolbar-item--linked-styles .button-label[data-v-2518a3d1] {
269
+ .toolbar-item--linked-styles .button-label[data-v-8ac39508] {
270
270
  display: none;
271
271
  }
272
272
  }
@@ -347,7 +347,7 @@
347
347
  border-radius: 8px !important;
348
348
  }
349
349
 
350
- .button-group[data-v-d4f36abf] {
350
+ .button-group[data-v-630d1841] {
351
351
  display: flex;
352
352
  }
353
353
 
@@ -371,12 +371,13 @@
371
371
  }
372
372
 
373
373
  /* Add isolation styles */
374
- .prosemirror-isolated[data-v-4cf86e1f] {
374
+ .prosemirror-isolated[data-v-fa653ccf] {
375
375
  /* Make sure the component is above ProseMirror in z-index */
376
376
  z-index: 100;
377
377
  position: relative;
378
378
  }
379
- .ai-writer[data-v-4cf86e1f] {
379
+ .ai-writer[data-v-fa653ccf] {
380
+ background-color: white;
380
381
  display: flex;
381
382
  flex-direction: column;
382
383
  width: 300px;
@@ -393,12 +394,12 @@
393
394
  }
394
395
 
395
396
  /* Chrome, Safari, and Opera */
396
- .ai-writer[data-v-4cf86e1f]::-webkit-scrollbar {
397
+ .ai-writer[data-v-fa653ccf]::-webkit-scrollbar {
397
398
  display: none;
398
399
  }
399
400
 
400
401
  /* Replace .ai-editable with .ai-textarea */
401
- .ai-textarea[data-v-4cf86e1f] {
402
+ .ai-textarea[data-v-fa653ccf] {
402
403
  padding-left: 8px;
403
404
  width: 100%;
404
405
  color: #47484a;
@@ -413,11 +414,11 @@
413
414
  }
414
415
 
415
416
  /* Add specific styles for textarea placeholder */
416
- .ai-textarea[data-v-4cf86e1f]::placeholder {
417
+ .ai-textarea[data-v-fa653ccf]::placeholder {
417
418
  color: #666;
418
419
  font-weight: 400;
419
420
  }
420
- .ai-user-input-field[data-v-4cf86e1f] {
421
+ .ai-user-input-field[data-v-fa653ccf] {
421
422
  line-height: 13px;
422
423
  display: flex;
423
424
  flex-direction: row;
@@ -427,27 +428,27 @@
427
428
  border-radius: 8px;
428
429
  margin-bottom: 10px;
429
430
  }
430
- .ai-textarea-icon[data-v-4cf86e1f] {
431
+ .ai-textarea-icon[data-v-fa653ccf] {
431
432
  display: block;
432
433
  font-weight: 800;
433
434
  font-size: 14px;
434
435
  width: 16px;
435
436
  height: 16px;
436
437
  }
437
- .ai-textarea-icon svg[data-v-4cf86e1f] {
438
+ .ai-textarea-icon svg[data-v-fa653ccf] {
438
439
  height: 16px;
439
440
  width: 16px;
440
441
  }
441
- .ai-textarea-icon.loading[data-v-4cf86e1f] {
442
- animation: spin-4cf86e1f 2s linear infinite;
442
+ .ai-textarea-icon.loading[data-v-fa653ccf] {
443
+ animation: spin-fa653ccf 2s linear infinite;
443
444
  }
444
- .loading i[data-v-4cf86e1f] {
445
+ .loading i[data-v-fa653ccf] {
445
446
  display: flex;
446
447
  }
447
- .error[data-v-4cf86e1f] {
448
+ .error[data-v-fa653ccf] {
448
449
  fill: #ed4337;
449
450
  }
450
- .ai-submit-button[data-v-4cf86e1f] {
451
+ .ai-submit-button[data-v-fa653ccf] {
451
452
  border: none;
452
453
  padding: 0;
453
454
  margin: 0;
@@ -455,10 +456,10 @@
455
456
  display: flex;
456
457
  align-items: center;
457
458
  }
458
- .ai-submit-button[data-v-4cf86e1f]:hover {
459
+ .ai-submit-button[data-v-fa653ccf]:hover {
459
460
  opacity: 0.8;
460
461
  }
461
- @keyframes spin-4cf86e1f {
462
+ @keyframes spin-fa653ccf {
462
463
  from {
463
464
  transform: rotate(0deg);
464
465
  }
@@ -466,7 +467,7 @@ to {
466
467
  transform: rotate(360deg);
467
468
  }
468
469
  }
469
- .ai-loader[data-v-4cf86e1f] {
470
+ .ai-loader[data-v-fa653ccf] {
470
471
  display: flex;
471
472
  height: 14px;
472
473
  justify-content: flex-end;
@@ -487,6 +488,9 @@ to {
487
488
  width: 100%;
488
489
  outline: none;
489
490
  }
491
+ a {
492
+ text-decoration: auto;
493
+ }
490
494
  /**
491
495
  * Basic ProseMirror styles.
492
496
  * https://github.com/ProseMirror/prosemirror-view/blob/master/style/prosemirror.css
@@ -529,24 +533,27 @@ to {
529
533
  padding: 0;
530
534
  display: inline-block;
531
535
  }
532
- .ProseMirror.header-footer-edit > p, .ProseMirror.header-footer-edit li, .ProseMirror.header-footer-edit span {
536
+ /* TODO: This is going to be enabled again */
537
+ /* .ProseMirror.header-footer-edit {
538
+ > p, li, span {
533
539
  color: #7e7e7e !important;
534
- }
535
- .ProseMirror.header-footer-edit > p:before, .ProseMirror.header-footer-edit > p:after, .ProseMirror.header-footer-edit li:before, .ProseMirror.header-footer-edit li:after, .ProseMirror.header-footer-edit span:before, .ProseMirror.header-footer-edit span:after {
540
+ &:before, &:after {
536
541
  color: #7e7e7e !important;
537
542
  }
538
- .ProseMirror.header-footer-edit > p img, .ProseMirror.header-footer-edit > p a, .ProseMirror.header-footer-edit li img, .ProseMirror.header-footer-edit li a, .ProseMirror.header-footer-edit span img, .ProseMirror.header-footer-edit span a {
543
+ img, a {
539
544
  opacity: .5;
540
545
  }
541
- .ProseMirror.header-footer-edit .pagination-break-wrapper {
542
- color: initial !important;
543
546
  }
544
- .ProseMirror.header-footer-edit .pagination-break-wrapper span {
547
+ .pagination-break-wrapper {
548
+ color: initial !important;
549
+ span {
545
550
  color: initial !important;
546
551
  }
547
- .ProseMirror.header-footer-edit .pagination-break-wrapper img, .ProseMirror.header-footer-edit .pagination-break-wrapper a {
552
+ img, a {
548
553
  opacity: 1;
549
554
  }
555
+ }
556
+ } */
550
557
  /**
551
558
  * Hide marker for indented lists.
552
559
  * If a list-item contains a list but doesn't contain a "p" tag with text.
@@ -953,10 +960,16 @@ on the right if it is inside shape textbox.
953
960
  .pagination-section-footer img[contenteditable="false"] {
954
961
  pointer-events: none;
955
962
  }
956
- .pagination-section-header div[contenteditable="false"]:not([documentmode="viewing"]),
963
+ .pagination-break-wrapper {
964
+ font-weight: normal;
965
+ font-style: normal;
966
+ color: initial;
967
+ }
968
+ /* TODO: This is going to be enabled again */
969
+ /* .pagination-section-header div[contenteditable="false"]:not([documentmode="viewing"]),
957
970
  .pagination-section-footer div[contenteditable="false"]:not([documentmode="viewing"]) {
958
971
  opacity: 0.5;
959
- }
972
+ } */
960
973
  .sd-editor-popover {
961
974
  background-color: #fff;
962
975
  border-radius: 8px;
@@ -1130,171 +1143,6 @@ on the right if it is inside shape textbox.
1130
1143
  color: #fff;
1131
1144
  }
1132
1145
 
1133
- .link-input-ctn[data-v-64aa14bc] {
1134
- width: 320px;
1135
- display: flex;
1136
- flex-direction: column;
1137
- padding: 1em;
1138
- border-radius: 5px;
1139
- background-color: #fff;
1140
- box-sizing: border-box;
1141
- }
1142
- .link-input-ctn[data-v-64aa14bc] svg {
1143
- width: 100%;
1144
- height: 100%;
1145
- display: block;
1146
- fill: currentColor;
1147
- }
1148
- .link-input-ctn .input-row[data-v-64aa14bc] {
1149
- align-content: baseline;
1150
- display: flex;
1151
- align-items: center;
1152
- font-size: 16px;
1153
- }
1154
- .link-input-ctn .input-row input[data-v-64aa14bc] {
1155
- font-size: 13px;
1156
- flex-grow: 1;
1157
- padding: 10px;
1158
- border-radius: 8px;
1159
- padding-left: 32px;
1160
- box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
1161
- color: #666;
1162
- border: 1px solid #ddd;
1163
- box-sizing: border-box;
1164
- }
1165
- .link-input-ctn .input-row input[data-v-64aa14bc]:active,
1166
- .link-input-ctn .input-row input[data-v-64aa14bc]:focus {
1167
- outline: none;
1168
- border: 1px solid #1355ff;
1169
- }
1170
- .link-input-ctn .input-icon[data-v-64aa14bc] {
1171
- position: absolute;
1172
- transform: rotate(45deg);
1173
- left: 25px;
1174
- width: auto;
1175
- height: 12px;
1176
- color: #999;
1177
- pointer-events: none;
1178
- }
1179
- .link-input-ctn.high-contrast .input-icon[data-v-64aa14bc] {
1180
- color: #000;
1181
- }
1182
- .link-input-ctn.high-contrast .input-row input[data-v-64aa14bc] {
1183
- color: #000;
1184
- border-color: #000;
1185
- }
1186
- .open-link-icon[data-v-64aa14bc] {
1187
- margin-left: 10px;
1188
- width: 30px;
1189
- height: 30px;
1190
- border-radius: 50%;
1191
- border: 1px solid transparent;
1192
- display: flex;
1193
- justify-content: center;
1194
- align-items: center;
1195
- flex-shrink: 0;
1196
- transition: all 0.2s ease;
1197
- cursor: pointer;
1198
- }
1199
- .open-link-icon[data-v-64aa14bc]:hover {
1200
- color: #1355ff;
1201
- background-color: white;
1202
- border: 1px solid #dbdbdb;
1203
- }
1204
- .open-link-icon[data-v-64aa14bc] svg {
1205
- width: 15px;
1206
- height: 15px;
1207
- }
1208
- .disabled[data-v-64aa14bc] {
1209
- opacity: 0.6;
1210
- cursor: not-allowed;
1211
- pointer-events: none;
1212
- }
1213
- .link-buttons[data-v-64aa14bc] {
1214
- display: flex;
1215
- justify-content: flex-end;
1216
- margin-top: 10px;
1217
- }
1218
- .remove-btn__icon[data-v-64aa14bc] {
1219
- display: inline-flex;
1220
- width: 13px;
1221
- height: 13px;
1222
- flex-shrink: 0;
1223
- margin-right: 4px;
1224
- }
1225
- .link-buttons button[data-v-64aa14bc] {
1226
- margin-left: 5px;
1227
- }
1228
- .disable-btn[data-v-64aa14bc] {
1229
- opacity: 0.6;
1230
- cursor: not-allowed;
1231
- pointer-events: none;
1232
- }
1233
- .go-to-anchor a[data-v-64aa14bc] {
1234
- font-size: 14px;
1235
- text-decoration: underline;
1236
- }
1237
- .clickable[data-v-64aa14bc] {
1238
- cursor: pointer;
1239
- }
1240
- .link-title[data-v-64aa14bc] {
1241
- font-size: 14px;
1242
- font-weight: 600;
1243
- margin-bottom: 10px;
1244
- }
1245
- .hasBottomMargin[data-v-64aa14bc] {
1246
- margin-bottom: 1em;
1247
- }
1248
- .remove-btn[data-v-64aa14bc] {
1249
- display: inline-flex;
1250
- justify-content: center;
1251
- align-items: center;
1252
- padding: 10px 16px;
1253
- border-radius: 8px;
1254
- outline: none;
1255
- background-color: white;
1256
- color: black;
1257
- font-weight: 400;
1258
- font-size: 13px;
1259
- cursor: pointer;
1260
- transition: all 0.2s ease;
1261
- border: 1px solid #ebebeb;
1262
- box-sizing: border-box;
1263
- }
1264
- .remove-btn[data-v-64aa14bc]:hover {
1265
- background-color: #dbdbdb;
1266
- }
1267
- .submit-btn[data-v-64aa14bc] {
1268
- display: inline-flex;
1269
- justify-content: center;
1270
- align-items: center;
1271
- padding: 10px 16px;
1272
- border-radius: 8px;
1273
- outline: none;
1274
- border: none;
1275
- background-color: #1355ff;
1276
- color: white;
1277
- font-weight: 400;
1278
- font-size: 13px;
1279
- cursor: pointer;
1280
- transition: all 0.2s ease;
1281
- box-sizing: border-box;
1282
- }
1283
-
1284
- /* &.high-contrast {
1285
- background-color: black;
1286
- } */
1287
- .submit-btn[data-v-64aa14bc]:hover {
1288
- background-color: #0d47c1;
1289
- }
1290
- .error[data-v-64aa14bc] {
1291
- border-color: red !important;
1292
- background-color: #ff00001a;
1293
- }
1294
- .submit[data-v-64aa14bc] {
1295
- cursor: pointer;
1296
- }
1297
-
1298
1146
  .document-mode[data-v-7febe4d9] {
1299
1147
  display: flex;
1300
1148
  flex-direction: column;
@@ -1503,6 +1351,214 @@ on the right if it is inside shape textbox.
1503
1351
  padding: 0px 8px 2px;
1504
1352
  }
1505
1353
 
1354
+ .search-input-ctn[data-v-af870fbd] {
1355
+ padding: 10px;
1356
+ border-radius: 5px;
1357
+ }
1358
+ .search-input-ctn .search-input[data-v-af870fbd] {
1359
+ min-width: 200px;
1360
+ font-size: 13px;
1361
+ flex-grow: 1;
1362
+ padding: 10px;
1363
+ border-radius: 8px;
1364
+ color: #666;
1365
+ border: 1px solid #ddd;
1366
+ box-sizing: border-box;
1367
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
1368
+ }
1369
+ .search-input-ctn .search-input[data-v-af870fbd]:active, .search-input-ctn .search-input[data-v-af870fbd]:focus {
1370
+ outline: none;
1371
+ border: 1px solid #1355ff;
1372
+ }
1373
+ .search-input-ctn .row[data-v-af870fbd] {
1374
+ display: flex;
1375
+ }
1376
+ .search-input-ctn .row.submit[data-v-af870fbd] {
1377
+ margin-top: 10px;
1378
+ flex-direction: row-reverse;
1379
+ }
1380
+ .search-input-ctn .submit-btn[data-v-af870fbd] {
1381
+ display: flex;
1382
+ justify-content: center;
1383
+ align-items: center;
1384
+ padding: 10px 16px;
1385
+ border-radius: 8px;
1386
+ outline: none;
1387
+ border: none;
1388
+ background-color: #1355ff;
1389
+ color: white;
1390
+ font-weight: 400;
1391
+ font-size: 13px;
1392
+ cursor: pointer;
1393
+ transition: all 0.2s ease;
1394
+ box-sizing: border-box;
1395
+ }
1396
+
1397
+ .link-input-ctn[data-v-2632571a] {
1398
+ width: 320px;
1399
+ display: flex;
1400
+ flex-direction: column;
1401
+ padding: 1em;
1402
+ border-radius: 5px;
1403
+ background-color: #fff;
1404
+ box-sizing: border-box;
1405
+ }
1406
+ .link-input-ctn[data-v-2632571a] svg {
1407
+ width: 100%;
1408
+ height: 100%;
1409
+ display: block;
1410
+ fill: currentColor;
1411
+ }
1412
+ .link-input-ctn .input-row[data-v-2632571a] {
1413
+ align-content: baseline;
1414
+ display: flex;
1415
+ align-items: center;
1416
+ font-size: 16px;
1417
+ }
1418
+ .link-input-ctn .input-row input[data-v-2632571a] {
1419
+ font-size: 13px;
1420
+ flex-grow: 1;
1421
+ padding: 10px;
1422
+ border-radius: 8px;
1423
+ padding-left: 32px;
1424
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
1425
+ color: #666;
1426
+ border: 1px solid #ddd;
1427
+ box-sizing: border-box;
1428
+ }
1429
+ .link-input-ctn .input-row input[data-v-2632571a]:active,
1430
+ .link-input-ctn .input-row input[data-v-2632571a]:focus {
1431
+ outline: none;
1432
+ border: 1px solid #1355ff;
1433
+ }
1434
+ .link-input-ctn .input-icon[data-v-2632571a] {
1435
+ position: absolute;
1436
+ transform: rotate(45deg);
1437
+ left: 25px;
1438
+ width: auto;
1439
+ height: 12px;
1440
+ color: #999;
1441
+ pointer-events: none;
1442
+ }
1443
+ .link-input-ctn.high-contrast .input-icon[data-v-2632571a] {
1444
+ color: #000;
1445
+ }
1446
+ .link-input-ctn.high-contrast .input-row input[data-v-2632571a] {
1447
+ color: #000;
1448
+ border-color: #000;
1449
+ }
1450
+ .open-link-icon[data-v-2632571a] {
1451
+ margin-left: 10px;
1452
+ width: 30px;
1453
+ height: 30px;
1454
+ border-radius: 50%;
1455
+ border: 1px solid transparent;
1456
+ display: flex;
1457
+ justify-content: center;
1458
+ align-items: center;
1459
+ flex-shrink: 0;
1460
+ transition: all 0.2s ease;
1461
+ cursor: pointer;
1462
+ }
1463
+ .open-link-icon[data-v-2632571a]:hover {
1464
+ color: #1355ff;
1465
+ background-color: white;
1466
+ border: 1px solid #dbdbdb;
1467
+ }
1468
+ .open-link-icon[data-v-2632571a] svg {
1469
+ width: 15px;
1470
+ height: 15px;
1471
+ }
1472
+ .disabled[data-v-2632571a] {
1473
+ opacity: 0.6;
1474
+ cursor: not-allowed;
1475
+ pointer-events: none;
1476
+ }
1477
+ .link-buttons[data-v-2632571a] {
1478
+ display: flex;
1479
+ justify-content: flex-end;
1480
+ margin-top: 10px;
1481
+ }
1482
+ .remove-btn__icon[data-v-2632571a] {
1483
+ display: inline-flex;
1484
+ width: 13px;
1485
+ height: 13px;
1486
+ flex-shrink: 0;
1487
+ margin-right: 4px;
1488
+ }
1489
+ .link-buttons button[data-v-2632571a] {
1490
+ margin-left: 5px;
1491
+ }
1492
+ .disable-btn[data-v-2632571a] {
1493
+ opacity: 0.6;
1494
+ cursor: not-allowed;
1495
+ pointer-events: none;
1496
+ }
1497
+ .go-to-anchor a[data-v-2632571a] {
1498
+ font-size: 14px;
1499
+ text-decoration: underline;
1500
+ }
1501
+ .clickable[data-v-2632571a] {
1502
+ cursor: pointer;
1503
+ }
1504
+ .link-title[data-v-2632571a] {
1505
+ font-size: 14px;
1506
+ font-weight: 600;
1507
+ margin-bottom: 10px;
1508
+ }
1509
+ .hasBottomMargin[data-v-2632571a] {
1510
+ margin-bottom: 1em;
1511
+ }
1512
+ .remove-btn[data-v-2632571a] {
1513
+ display: inline-flex;
1514
+ justify-content: center;
1515
+ align-items: center;
1516
+ padding: 10px 16px;
1517
+ border-radius: 8px;
1518
+ outline: none;
1519
+ background-color: white;
1520
+ color: black;
1521
+ font-weight: 400;
1522
+ font-size: 13px;
1523
+ cursor: pointer;
1524
+ transition: all 0.2s ease;
1525
+ border: 1px solid #ebebeb;
1526
+ box-sizing: border-box;
1527
+ }
1528
+ .remove-btn[data-v-2632571a]:hover {
1529
+ background-color: #dbdbdb;
1530
+ }
1531
+ .submit-btn[data-v-2632571a] {
1532
+ display: inline-flex;
1533
+ justify-content: center;
1534
+ align-items: center;
1535
+ padding: 10px 16px;
1536
+ border-radius: 8px;
1537
+ outline: none;
1538
+ border: none;
1539
+ background-color: #1355ff;
1540
+ color: white;
1541
+ font-weight: 400;
1542
+ font-size: 13px;
1543
+ cursor: pointer;
1544
+ transition: all 0.2s ease;
1545
+ box-sizing: border-box;
1546
+ }
1547
+
1548
+ /* &.high-contrast {
1549
+ background-color: black;
1550
+ } */
1551
+ .submit-btn[data-v-2632571a]:hover {
1552
+ background-color: #0d47c1;
1553
+ }
1554
+ .error[data-v-2632571a] {
1555
+ border-color: red !important;
1556
+ background-color: #ff00001a;
1557
+ }
1558
+ .submit[data-v-2632571a] {
1559
+ cursor: pointer;
1560
+ }
1561
+
1506
1562
  .toolbar-table-actions[data-v-f82e859a] {
1507
1563
  display: flex;
1508
1564
  flex-direction: column;
@@ -1567,47 +1623,85 @@ on the right if it is inside shape textbox.
1567
1623
  white-space: nowrap;
1568
1624
  }
1569
1625
 
1570
- .search-input-ctn[data-v-af870fbd] {
1571
- padding: 10px;
1572
- border-radius: 5px;
1626
+ .slash-menu {
1627
+ position: absolute;
1628
+ z-index: 50;
1629
+ width: 175px;
1630
+ color: #47484a;
1631
+ background: white;
1632
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
1633
+ margin-top: 0.5rem;
1634
+ font-size: 12px;
1573
1635
  }
1574
- .search-input-ctn .search-input[data-v-af870fbd] {
1575
- min-width: 200px;
1576
- font-size: 13px;
1577
- flex-grow: 1;
1578
- padding: 10px;
1579
- border-radius: 8px;
1580
- color: #666;
1581
- border: 1px solid #ddd;
1582
- box-sizing: border-box;
1583
- box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
1636
+
1637
+ /* Hide the input but keep it functional */
1638
+ .slash-menu-hidden-input {
1639
+ position: absolute;
1640
+ opacity: 0;
1641
+ pointer-events: none;
1642
+ height: 0;
1643
+ width: 0;
1644
+ padding: 0;
1645
+ margin: 0;
1646
+ border: none;
1584
1647
  }
1585
- .search-input-ctn .search-input[data-v-af870fbd]:active, .search-input-ctn .search-input[data-v-af870fbd]:focus {
1586
- outline: none;
1587
- border: 1px solid #1355ff;
1648
+ .slash-menu-items {
1649
+ max-height: 300px;
1650
+ overflow-y: auto;
1588
1651
  }
1589
- .search-input-ctn .row[data-v-af870fbd] {
1590
- display: flex;
1652
+ .slash-menu-search {
1653
+ padding: 0.5rem;
1654
+ border-bottom: 1px solid #eee;
1591
1655
  }
1592
- .search-input-ctn .row.submit[data-v-af870fbd] {
1593
- margin-top: 10px;
1594
- flex-direction: row-reverse;
1656
+ .slash-menu-search input {
1657
+ width: 100%;
1658
+ padding: 0.25rem 0.5rem;
1659
+ border: 1px solid #ddd;
1660
+ outline: none;
1595
1661
  }
1596
- .search-input-ctn .submit-btn[data-v-af870fbd] {
1597
- display: flex;
1598
- justify-content: center;
1599
- align-items: center;
1600
- padding: 10px 16px;
1601
- border-radius: 8px;
1602
- outline: none;
1603
- border: none;
1604
- background-color: #1355ff;
1605
- color: white;
1606
- font-weight: 400;
1607
- font-size: 13px;
1608
- cursor: pointer;
1609
- transition: all 0.2s ease;
1610
- box-sizing: border-box;
1662
+ .slash-menu-search input:focus {
1663
+ border-color: #0096fd;
1664
+ }
1665
+
1666
+ /* Remove unused group styles */
1667
+ .slash-menu-group-label {
1668
+ display: none;
1669
+ }
1670
+ .slash-menu-item {
1671
+ padding: 0.25rem 0.5rem;
1672
+ cursor: pointer;
1673
+ user-select: none;
1674
+ transition: background-color 0.15s ease;
1675
+ display: flex;
1676
+ align-items: center;
1677
+ }
1678
+ .slash-menu-item:hover {
1679
+ background: #f5f5f5;
1680
+ }
1681
+ .slash-menu-item.is-selected {
1682
+ background: #edf6ff;
1683
+ color: #0096fd;
1684
+ fill: #0096fd;
1685
+ }
1686
+ .slash-menu-item-icon {
1687
+ display: flex;
1688
+ align-items: center;
1689
+ margin-right: 10px;
1690
+ }
1691
+ .slash-menu-item-icon svg {
1692
+ height: 12px;
1693
+ width: 12px;
1694
+ }
1695
+ .popover {
1696
+ background: white;
1697
+ border-radius: 6px;
1698
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
1699
+ z-index: 100;
1700
+ }
1701
+ .slash-menu-divider {
1702
+ height: 1px;
1703
+ background: #eee;
1704
+ margin: 4px 0;
1611
1705
  }
1612
1706
  .tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
1613
1707
  .vertical-indicator[data-v-ad77036c] {
@@ -1670,10 +1764,23 @@ on the right if it is inside shape textbox.
1670
1764
  user-select: none;
1671
1765
  }
1672
1766
 
1673
- .editor-element[data-v-4b700df1] {
1767
+
1768
+ /* @remarks - popover adds a slight shadow, this can be removed if needed */
1769
+ .generic-popover[data-v-93a6abe9] {
1770
+ /* @remarks - this should ideally be handled by the content or component - but some are missing */
1771
+ background-color: white;
1772
+ position: absolute;
1773
+ z-index: 1000;
1774
+ border-radius: 6px;
1775
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
1776
+ min-width: 120px;
1777
+ min-height: 40px;
1778
+ }
1779
+
1780
+ .editor-element[data-v-b71313e5] {
1674
1781
  position: relative;
1675
1782
  }
1676
- .super-editor-container[data-v-4b700df1] {
1783
+ .super-editor-container[data-v-b71313e5] {
1677
1784
  width: auto;
1678
1785
  height: auto;
1679
1786
  min-width: 8in;
@@ -1682,13 +1789,13 @@ on the right if it is inside shape textbox.
1682
1789
  display: flex;
1683
1790
  flex-direction: column;
1684
1791
  }
1685
- .ruler[data-v-4b700df1] {
1792
+ .ruler[data-v-b71313e5] {
1686
1793
  margin-bottom: 2px;
1687
1794
  }
1688
- .super-editor[data-v-4b700df1] {
1795
+ .super-editor[data-v-b71313e5] {
1689
1796
  color: initial;
1690
1797
  }
1691
- .placeholder-editor[data-v-4b700df1] {
1798
+ .placeholder-editor[data-v-b71313e5] {
1692
1799
  position: absolute;
1693
1800
  top: 0;
1694
1801
  left: 0;
@@ -1700,7 +1807,7 @@ on the right if it is inside shape textbox.
1700
1807
  background-color: white;
1701
1808
  box-sizing: border-box;
1702
1809
  }
1703
- .placeholder-title[data-v-4b700df1] {
1810
+ .placeholder-title[data-v-b71313e5] {
1704
1811
  display: flex;
1705
1812
  justify-content: center;
1706
1813
  margin-bottom: 40px;
@@ -4395,7 +4502,7 @@ span[data-v-53e13009] {
4395
4502
  align-items: center;
4396
4503
  }
4397
4504
 
4398
- .paragraph-field[data-v-98d7a2df] {
4505
+ .paragraph-field[data-v-512d3292] {
4399
4506
  margin: 0;
4400
4507
  padding: 1px;
4401
4508
  }
@@ -4410,12 +4517,21 @@ img[data-v-7dd69850] {
4410
4517
  max-height: 100%;
4411
4518
  }
4412
4519
 
4413
- .checkbox-container[data-v-fc53fd29] {
4520
+ .checkbox-container[data-v-94bf1b6c] {
4414
4521
  display: flex;
4415
4522
  align-items: center;
4416
4523
  justify-content: center;
4417
4524
  width: fit-content;
4418
- margin-top: 5px;
4525
+ width: 100%;
4526
+ height: 100%;
4527
+ }
4528
+ .checkbox-preview[data-v-94bf1b6c] {
4529
+ display: inline-flex;
4530
+ justify-content: center;
4531
+ align-items: center;
4532
+ line-height: 1.2;
4533
+ width: 100%;
4534
+ height: 100%;
4419
4535
  }
4420
4536
 
4421
4537
  .select-container[data-v-b8cacb22] {
@@ -4479,46 +4595,46 @@ img[data-v-7dd69850] {
4479
4595
  box-shadow: 0 0 5px hsla(0, 0%, 0%, .05);
4480
4596
  }
4481
4597
 
4482
- .superdoc[data-v-cce6555f] {
4598
+ .superdoc[data-v-f1c59a62] {
4483
4599
  display: flex;
4484
4600
  }
4485
- .right-sidebar[data-v-cce6555f] {
4601
+ .right-sidebar[data-v-f1c59a62] {
4486
4602
  min-width: 320px;
4487
4603
  }
4488
- .floating-comments[data-v-cce6555f] {
4604
+ .floating-comments[data-v-f1c59a62] {
4489
4605
  min-width: 300px;
4490
4606
  width: 300px;
4491
4607
  }
4492
- .superdoc__layers[data-v-cce6555f] {
4608
+ .superdoc__layers[data-v-f1c59a62] {
4493
4609
  height: 100%;
4494
4610
  position: relative;
4495
4611
  box-sizing: border-box;
4496
4612
  }
4497
- .superdoc__document[data-v-cce6555f] {
4613
+ .superdoc__document[data-v-f1c59a62] {
4498
4614
  width: 100%;
4499
4615
  position: relative;
4500
4616
  }
4501
- .superdoc__sub-document[data-v-cce6555f] {
4617
+ .superdoc__sub-document[data-v-f1c59a62] {
4502
4618
  width: 100%;
4503
4619
  position: relative;
4504
4620
  }
4505
- .superdoc__selection-layer[data-v-cce6555f] {
4621
+ .superdoc__selection-layer[data-v-f1c59a62] {
4506
4622
  position: absolute;
4507
4623
  min-width: 100%;
4508
4624
  min-height: 100%;
4509
4625
  z-index: 10;
4510
4626
  pointer-events: none;
4511
4627
  }
4512
- .superdoc__temp-selection[data-v-cce6555f] {
4628
+ .superdoc__temp-selection[data-v-f1c59a62] {
4513
4629
  position: absolute;
4514
4630
  }
4515
- .superdoc__comments-layer[data-v-cce6555f] {
4631
+ .superdoc__comments-layer[data-v-f1c59a62] {
4516
4632
  /* position: absolute; */
4517
4633
  top: 0;
4518
4634
  height: 100%;
4519
4635
  position: relative;
4520
4636
  }
4521
- .superdoc__right-sidebar[data-v-cce6555f] {
4637
+ .superdoc__right-sidebar[data-v-f1c59a62] {
4522
4638
  width: 320px;
4523
4639
  min-width: 320px;
4524
4640
  padding: 0 10px;
@@ -4528,14 +4644,14 @@ img[data-v-7dd69850] {
4528
4644
  }
4529
4645
 
4530
4646
  /* Tools styles */
4531
- .tools[data-v-cce6555f] {
4647
+ .tools[data-v-f1c59a62] {
4532
4648
  position: absolute;
4533
4649
  z-index: 3;
4534
4650
  display: flex;
4535
4651
  flex-direction: column;
4536
4652
  gap: 6px;
4537
4653
  }
4538
- .tools .tool-icon[data-v-cce6555f] {
4654
+ .tools .tool-icon[data-v-f1c59a62] {
4539
4655
  font-size: 20px;
4540
4656
  border-radius: 12px;
4541
4657
  border: none;
@@ -4543,7 +4659,7 @@ img[data-v-7dd69850] {
4543
4659
  background-color: #dbdbdb;
4544
4660
  cursor: pointer;
4545
4661
  }
4546
- .tools-item[data-v-cce6555f] {
4662
+ .tools-item[data-v-f1c59a62] {
4547
4663
  display: flex;
4548
4664
  align-items: center;
4549
4665
  justify-content: center;
@@ -4553,10 +4669,10 @@ img[data-v-7dd69850] {
4553
4669
  border-radius: 12px;
4554
4670
  cursor: pointer;
4555
4671
  }
4556
- .tools-item i[data-v-cce6555f] {
4672
+ .tools-item i[data-v-f1c59a62] {
4557
4673
  cursor: pointer;
4558
4674
  }
4559
- .superdoc__tools-icon[data-v-cce6555f] {
4675
+ .superdoc__tools-icon[data-v-f1c59a62] {
4560
4676
  width: 20px;
4561
4677
  height: 20px;
4562
4678
  flex-shrink: 0;
@@ -4570,15 +4686,15 @@ img[data-v-7dd69850] {
4570
4686
 
4571
4687
  /* 834px is iPad screen size in portrait orientation */
4572
4688
  @media (max-width: 834px) {
4573
- .superdoc .superdoc__layers[data-v-cce6555f] {
4689
+ .superdoc .superdoc__layers[data-v-f1c59a62] {
4574
4690
  margin: 0;
4575
4691
  border: 0 !important;
4576
4692
  box-shadow: none;
4577
4693
  }
4578
- .superdoc__sub-document[data-v-cce6555f] {
4694
+ .superdoc__sub-document[data-v-f1c59a62] {
4579
4695
  max-width: 100%;
4580
4696
  }
4581
- .superdoc__right-sidebar[data-v-cce6555f] {
4697
+ .superdoc__right-sidebar[data-v-f1c59a62] {
4582
4698
  padding: 10px;
4583
4699
  width: 55px;
4584
4700
  position: relative;
@@ -4586,7 +4702,7 @@ img[data-v-7dd69850] {
4586
4702
  }
4587
4703
 
4588
4704
  /* AI Writer styles */
4589
- .ai-writer-container[data-v-cce6555f] {
4705
+ .ai-writer-container[data-v-f1c59a62] {
4590
4706
  position: fixed;
4591
4707
  z-index: 1000;
4592
4708
  background: white;
@@ -4604,13 +4720,13 @@ img[data-v-7dd69850] {
4604
4720
  } */
4605
4721
 
4606
4722
  /* Tools styles */
4607
- .tools[data-v-cce6555f] {
4723
+ .tools[data-v-f1c59a62] {
4608
4724
  position: absolute;
4609
4725
  z-index: 3;
4610
4726
  display: flex;
4611
4727
  gap: 6px;
4612
4728
  }
4613
- .tools .tool-icon[data-v-cce6555f] {
4729
+ .tools .tool-icon[data-v-f1c59a62] {
4614
4730
  font-size: 20px;
4615
4731
  border-radius: 12px;
4616
4732
  border: none;
@@ -4618,7 +4734,7 @@ img[data-v-7dd69850] {
4618
4734
  background-color: #dbdbdb;
4619
4735
  cursor: pointer;
4620
4736
  }
4621
- .tools-item[data-v-cce6555f] {
4737
+ .tools-item[data-v-f1c59a62] {
4622
4738
  display: flex;
4623
4739
  align-items: center;
4624
4740
  justify-content: center;
@@ -4629,18 +4745,18 @@ img[data-v-7dd69850] {
4629
4745
  border-radius: 12px;
4630
4746
  cursor: pointer;
4631
4747
  }
4632
- .tools-item i[data-v-cce6555f] {
4748
+ .tools-item i[data-v-f1c59a62] {
4633
4749
  cursor: pointer;
4634
4750
  }
4635
- .superdoc__tools-icon[data-v-cce6555f] {
4751
+ .superdoc__tools-icon[data-v-f1c59a62] {
4636
4752
  width: 20px;
4637
4753
  height: 20px;
4638
4754
  flex-shrink: 0;
4639
4755
  }
4640
- .ai-tool > svg[data-v-cce6555f] {
4756
+ .ai-tool > svg[data-v-f1c59a62] {
4641
4757
  fill: transparent;
4642
4758
  }
4643
- .ai-tool[data-v-cce6555f]::before {
4759
+ .ai-tool[data-v-f1c59a62]::before {
4644
4760
  content: "";
4645
4761
  position: absolute;
4646
4762
  width: 20px;
@@ -4659,7 +4775,7 @@ img[data-v-7dd69850] {
4659
4775
  filter: brightness(1.2);
4660
4776
  transition: filter 0.2s ease;
4661
4777
  }
4662
- .ai-tool[data-v-cce6555f]:hover::before {
4778
+ .ai-tool[data-v-f1c59a62]:hover::before {
4663
4779
  filter: brightness(1.3);
4664
4780
  }
4665
4781
  /* Tools styles - end */