testomatio-editor-blocks 0.4.59 → 0.4.60

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.
@@ -260,6 +260,26 @@ html.dark .bn-step-image-preview__content {
260
260
  background: #262626;
261
261
  }
262
262
 
263
+ html.dark [data-file-block] .bn-add-file-button {
264
+ background-color: #262626;
265
+ color: #a3a3a3;
266
+ }
267
+
268
+ html.dark .bn-editor[contenteditable="true"] [data-file-block] .bn-add-file-button:hover,
269
+ html.dark [data-file-block] .bn-file-name-with-icon:hover,
270
+ html.dark .ProseMirror-selectednode .bn-file-name-with-icon {
271
+ background-color: #333333;
272
+ }
273
+
274
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview code.step-preview-code {
275
+ color: rgba(251, 191, 36, 1) !important;
276
+ }
277
+
278
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview a.step-preview-link,
279
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview a.step-preview-link::selection {
280
+ color: rgba(129, 140, 248, 1) !important;
281
+ }
282
+
263
283
  .testomatio-editor {
264
284
  font-family: "Inter", system-ui, -apple-system, sans-serif;
265
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testomatio-editor-blocks",
3
- "version": "0.4.59",
3
+ "version": "0.4.60",
4
4
  "description": "Custom BlockNote schema, markdown conversion helpers, and UI for Testomatio-style test cases and steps.",
5
5
  "type": "module",
6
6
  "main": "./package/index.js",
@@ -260,6 +260,26 @@ html.dark .bn-step-image-preview__content {
260
260
  background: #262626;
261
261
  }
262
262
 
263
+ html.dark [data-file-block] .bn-add-file-button {
264
+ background-color: #262626;
265
+ color: #a3a3a3;
266
+ }
267
+
268
+ html.dark .bn-editor[contenteditable="true"] [data-file-block] .bn-add-file-button:hover,
269
+ html.dark [data-file-block] .bn-file-name-with-icon:hover,
270
+ html.dark .ProseMirror-selectednode .bn-file-name-with-icon {
271
+ background-color: #333333;
272
+ }
273
+
274
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview code.step-preview-code {
275
+ color: rgba(251, 191, 36, 1) !important;
276
+ }
277
+
278
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview a.step-preview-link,
279
+ html.dark .bn-step-editor .overtype-wrapper .overtype-preview a.step-preview-link::selection {
280
+ color: rgba(129, 140, 248, 1) !important;
281
+ }
282
+
263
283
  .testomatio-editor {
264
284
  font-family: "Inter", system-ui, -apple-system, sans-serif;
265
285
  }