@monkvision/inspection-capture-web 4.3.9 → 4.3.11

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 (20) hide show
  1. package/lib/PhotoCapture/PhotoCapture.d.ts +1 -0
  2. package/lib/PhotoCapture/PhotoCaptureHOC.d.ts +1 -0
  3. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.d.ts +1 -0
  4. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.d.ts +1 -0
  5. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/PhotoCaptureHUDCancelButton.d.ts +1 -0
  6. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.d.ts +1 -0
  7. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.d.ts +1 -0
  8. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.d.ts +1 -0
  9. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.d.ts +1 -0
  10. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.d.ts +1 -0
  11. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.d.ts +1 -0
  12. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.d.ts +1 -0
  13. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.d.ts +1 -0
  14. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.d.ts +1 -0
  15. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.d.ts +1 -0
  16. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.d.ts +1 -0
  17. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.d.ts +1 -0
  18. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.d.ts +1 -0
  19. package/lib/PhotoCapture/hooks/useComplianceAnalytics.d.ts +1 -0
  20. package/package.json +15 -15
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CameraProps } from '@monkvision/camera-web';
2
3
  import { MonkApiConfig } from '@monkvision/network';
3
4
  import { CameraConfig, CaptureAppConfig, ComplianceOptions, CompressionOptions, MonkPicture, Sight } from '@monkvision/types';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PhotoCaptureProps } from './PhotoCapture';
2
3
  /**
3
4
  * The PhotoCapture component is a ready-to-use, single page component that implements a Camera app and lets the user
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CaptureAppConfig, Image, Sight } from '@monkvision/types';
2
3
  import { CameraHUDProps } from '@monkvision/camera-web';
3
4
  import { LoadingState } from '@monkvision/common';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Props of the PhotoCaptureHUDButtons component.
3
4
  */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Props of the PhotoCaptureHUDCancelButton component.
3
4
  */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PhotoCaptureHUDCounterProps } from './hooks';
2
3
  /**
3
4
  * Component that implements an indicator of pictures taken during the PhotoCapture process.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CaptureAppConfig, Image, PixelDimensions, Sight } from '@monkvision/types';
2
3
  import { PhotoCaptureMode, TutorialSteps } from '../../hooks';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Props of the PhotoCaptureHUDElementsAddDamage1stShot component.
3
4
  */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PixelDimensions } from '@monkvision/types';
2
3
  /**
3
4
  * Props of the PhotoCaptureHUDElementsAddDamage2ndShot component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Props of the AddDamageButton component.
3
4
  */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PhotoCaptureHUDElementsSightProps } from './hooks';
2
3
  /**
3
4
  * Component implementing an HUD displayed on top of the Camera preview during the PhotoCapture process when the current
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CaptureAppConfig } from '@monkvision/types';
2
3
  /**
3
4
  * Props of the SightGuideline component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Image, Sight } from '@monkvision/types';
2
3
  /**
3
4
  * Props of the SightSlider component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageStatus } from '@monkvision/types';
2
3
  /**
3
4
  * Props of the SightSliderButton component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PhotoCaptureHUDOverlayProps } from './hooks';
2
3
  /**
3
4
  * Component that displays an overlay on top of the PhotoCapture component that is used to display elements such as
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TutorialSteps } from '../../hooks';
2
3
  export interface ArrowIconProps {
3
4
  tutorialStep: TutorialSteps | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TutorialSteps } from '../../hooks';
2
3
  export interface DisplayTextProps {
3
4
  tutorialStep: TutorialSteps | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CaptureAppConfig } from '@monkvision/types';
2
3
  import { TutorialSteps } from '../../hooks';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Sight } from '@monkvision/types';
2
3
  /**
3
4
  * Parameters of the useComplianceAnalytics hook.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/inspection-capture-web",
3
- "version": "4.3.9",
3
+ "version": "4.3.11",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs inspection capture package for React (web) used to implement the Monk inspection capture workflow",
@@ -28,12 +28,12 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/analytics": "4.3.9",
32
- "@monkvision/camera-web": "4.3.9",
33
- "@monkvision/common": "4.3.9",
34
- "@monkvision/common-ui-web": "4.3.9",
35
- "@monkvision/network": "4.3.9",
36
- "@monkvision/sights": "4.3.9",
31
+ "@monkvision/analytics": "4.3.11",
32
+ "@monkvision/camera-web": "4.3.11",
33
+ "@monkvision/common": "4.3.11",
34
+ "@monkvision/common-ui-web": "4.3.11",
35
+ "@monkvision/network": "4.3.11",
36
+ "@monkvision/sights": "4.3.11",
37
37
  "i18next": "^23.4.5",
38
38
  "react-i18next": "^13.2.0"
39
39
  },
@@ -44,13 +44,13 @@
44
44
  "react-router-dom": "^6.22.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@monkvision/eslint-config-base": "4.3.9",
48
- "@monkvision/eslint-config-typescript": "4.3.9",
49
- "@monkvision/eslint-config-typescript-react": "4.3.9",
50
- "@monkvision/jest-config": "4.3.9",
51
- "@monkvision/prettier-config": "4.3.9",
52
- "@monkvision/test-utils": "4.3.9",
53
- "@monkvision/typescript-config": "4.3.9",
47
+ "@monkvision/eslint-config-base": "4.3.11",
48
+ "@monkvision/eslint-config-typescript": "4.3.11",
49
+ "@monkvision/eslint-config-typescript-react": "4.3.11",
50
+ "@monkvision/jest-config": "4.3.11",
51
+ "@monkvision/prettier-config": "4.3.11",
52
+ "@monkvision/test-utils": "4.3.11",
53
+ "@monkvision/typescript-config": "4.3.11",
54
54
  "@testing-library/react": "^12.1.5",
55
55
  "@testing-library/react-hooks": "^8.0.1",
56
56
  "@types/copyfiles": "^2",
@@ -93,5 +93,5 @@
93
93
  "url": "https://github.com/monkvision/monkjs/issues"
94
94
  },
95
95
  "homepage": "https://github.com/monkvision/monkjs",
96
- "gitHead": "81deab0de36099eb68cd47b496f91dbf0c800fbf"
96
+ "gitHead": "4d831f9a606fba471837296214ef748c03e7a2e9"
97
97
  }