scandoc-ai-components 0.0.67 → 0.0.69

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 (2) hide show
  1. package/dist/index.js +12 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11490,18 +11490,20 @@ class ExtractorVideo {
11490
11490
  }
11491
11491
 
11492
11492
  .desktopVideoHolder {
11493
- position: relative;
11494
- max-width: 100%;
11495
- overflow: hidden;
11493
+ position: relative;
11494
+ width: 100%;
11496
11495
  aspect-ratio: 16 / 9;
11497
- }
11496
+ overflow: hidden;
11497
+ }
11498
11498
 
11499
- .desktopVideo {
11500
- width: 100%;
11501
- height: 100%;
11502
- object-fit: contain;
11503
- display: block;
11504
- }
11499
+ .desktopVideo {
11500
+ position: absolute;
11501
+ top: 0;
11502
+ left: 0;
11503
+ width: 100%;
11504
+ height: 100%;
11505
+ object-fit: cover;
11506
+ }
11505
11507
 
11506
11508
  .desktopRectangle {
11507
11509
  position: absolute;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.0.67",
4
+ "version": "0.0.69",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [