@open-file-viewer/core 0.1.17 → 0.1.18

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
@@ -3729,6 +3729,7 @@
3729
3729
  max-width: 100%;
3730
3730
  min-width: max-content;
3731
3731
  background: transparent !important;
3732
+ color: var(--ofv-text);
3732
3733
  font-family: var(--ofv-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);
3733
3734
  font-size: calc(13px * var(--ofv-text-zoom, 1));
3734
3735
  line-height: 1.6;
@@ -4078,6 +4079,7 @@
4078
4079
  overflow: auto;
4079
4080
  font-size: 85%;
4080
4081
  line-height: 1.45;
4082
+ color: var(--ofv-text);
4081
4083
  background-color: var(--ofv-surface-muted);
4082
4084
  border-radius: 6px;
4083
4085
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-file-viewer/core",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Framework-agnostic browser file preview core.",
5
5
  "license": "MIT",
6
6
  "type": "module",