@yoobic/yobi 8.6.13 → 8.6.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.
@@ -74,6 +74,7 @@ const YooCameraPreviewDialogComponent = class {
74
74
  position: 'rear',
75
75
  disableExifHeaderStripping: true,
76
76
  storeToFile: true,
77
+ disableAudio: true,
77
78
  rotateWhenOrientationChanged: false
78
79
  };
79
80
  return CameraPreview.start(cameraPreviewOptions);
@@ -50,6 +50,7 @@ export class YooCameraPreviewDialogComponent {
50
50
  position: 'rear',
51
51
  disableExifHeaderStripping: true,
52
52
  storeToFile: true,
53
+ disableAudio: true,
53
54
  rotateWhenOrientationChanged: false
54
55
  };
55
56
  return CameraPreview.start(cameraPreviewOptions);
@@ -70,6 +70,7 @@ const YooCameraPreviewDialogComponent = class {
70
70
  position: 'rear',
71
71
  disableExifHeaderStripping: true,
72
72
  storeToFile: true,
73
+ disableAudio: true,
73
74
  rotateWhenOrientationChanged: false
74
75
  };
75
76
  return CameraPreview.start(cameraPreviewOptions);
@@ -70,6 +70,7 @@ const YooCameraPreviewDialogComponent = class {
70
70
  position: 'rear',
71
71
  disableExifHeaderStripping: true,
72
72
  storeToFile: true,
73
+ disableAudio: true,
73
74
  rotateWhenOrientationChanged: false
74
75
  };
75
76
  return CameraPreview.start(cameraPreviewOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.6.13",
3
+ "version": "8.6.14",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",