@open-file-viewer/core 0.1.12 → 0.1.14

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
@@ -1301,6 +1301,26 @@
1301
1301
  text-overflow: clip;
1302
1302
  }
1303
1303
 
1304
+ .ofv-cell-image {
1305
+ padding: 6px;
1306
+ vertical-align: middle;
1307
+ }
1308
+
1309
+ .ofv-workbook-image {
1310
+ display: flex;
1311
+ align-items: center;
1312
+ justify-content: center;
1313
+ max-width: 100%;
1314
+ margin: 2px 0;
1315
+ }
1316
+
1317
+ .ofv-workbook-image img {
1318
+ display: block;
1319
+ max-width: 100%;
1320
+ max-height: 220px;
1321
+ object-fit: contain;
1322
+ }
1323
+
1304
1324
  .ofv-column-resize-handle {
1305
1325
  position: absolute;
1306
1326
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-file-viewer/core",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Framework-agnostic browser file preview core.",
5
5
  "license": "MIT",
6
6
  "type": "module",