@monkvision/inspection-capture-web 4.0.0

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 (220) hide show
  1. package/LICENSE +32 -0
  2. package/README.md +97 -0
  3. package/lib/PhotoCapture/PhotoCapture.d.ts +44 -0
  4. package/lib/PhotoCapture/PhotoCapture.js +179 -0
  5. package/lib/PhotoCapture/PhotoCapture.js.map +1 -0
  6. package/lib/PhotoCapture/PhotoCapture.styles.d.ts +2 -0
  7. package/lib/PhotoCapture/PhotoCapture.styles.js +34 -0
  8. package/lib/PhotoCapture/PhotoCapture.styles.js.map +1 -0
  9. package/lib/PhotoCapture/PhotoCaptureHOC.d.ts +40 -0
  10. package/lib/PhotoCapture/PhotoCaptureHOC.js +60 -0
  11. package/lib/PhotoCapture/PhotoCaptureHOC.js.map +1 -0
  12. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.d.ts +88 -0
  13. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.js +51 -0
  14. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.js.map +1 -0
  15. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.styles.d.ts +2 -0
  16. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.styles.js +25 -0
  17. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.styles.js.map +1 -0
  18. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.d.ts +66 -0
  19. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.js +44 -0
  20. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.js.map +1 -0
  21. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.styles.d.ts +5 -0
  22. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.styles.js +72 -0
  23. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.styles.js.map +1 -0
  24. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/hooks.d.ts +25 -0
  25. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/hooks.js +45 -0
  26. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/hooks.js.map +1 -0
  27. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/index.d.ts +1 -0
  28. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/index.js +6 -0
  29. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/index.js.map +1 -0
  30. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/PhotoCaptureHUDCancelButton.d.ts +13 -0
  31. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/PhotoCaptureHUDCancelButton.js +29 -0
  32. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/PhotoCaptureHUDCancelButton.js.map +1 -0
  33. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/index.d.ts +1 -0
  34. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/index.js +6 -0
  35. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/index.js.map +1 -0
  36. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.d.ts +5 -0
  37. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.js +28 -0
  38. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.js.map +1 -0
  39. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.styles.d.ts +2 -0
  40. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.styles.js +17 -0
  41. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.styles.js.map +1 -0
  42. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/hooks.d.ts +24 -0
  43. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/hooks.js +17 -0
  44. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/hooks.js.map +1 -0
  45. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/index.d.ts +2 -0
  46. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/index.js +6 -0
  47. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/index.js.map +1 -0
  48. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.d.ts +63 -0
  49. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.js +25 -0
  50. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.js.map +1 -0
  51. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/index.d.ts +1 -0
  52. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/index.js +6 -0
  53. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/index.js.map +1 -0
  54. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.d.ts +14 -0
  55. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.js +39 -0
  56. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.js.map +1 -0
  57. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.styles.d.ts +2 -0
  58. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.styles.js +46 -0
  59. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.styles.js.map +1 -0
  60. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/hooks.d.ts +6 -0
  61. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/hooks.js +25 -0
  62. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/hooks.js.map +1 -0
  63. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/index.d.ts +1 -0
  64. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/index.js +6 -0
  65. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/index.js.map +1 -0
  66. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.d.ts +19 -0
  67. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.js +41 -0
  68. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.js.map +1 -0
  69. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.styles.d.ts +2 -0
  70. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.styles.js +78 -0
  71. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.styles.js.map +1 -0
  72. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/hooks.d.ts +7 -0
  73. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/hooks.js +26 -0
  74. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/hooks.js.map +1 -0
  75. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/index.d.ts +1 -0
  76. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/index.js +6 -0
  77. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/index.js.map +1 -0
  78. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.d.ts +19 -0
  79. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.js +29 -0
  80. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.js.map +1 -0
  81. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/index.d.ts +1 -0
  82. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/index.js +6 -0
  83. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/index.js.map +1 -0
  84. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.d.ts +6 -0
  85. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.js +35 -0
  86. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.js.map +1 -0
  87. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.styles.d.ts +2 -0
  88. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.styles.js +40 -0
  89. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.styles.js.map +1 -0
  90. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.d.ts +14 -0
  91. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.js +37 -0
  92. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.js.map +1 -0
  93. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.d.ts +2 -0
  94. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.js +28 -0
  95. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.js.map +1 -0
  96. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/index.d.ts +1 -0
  97. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/index.js +18 -0
  98. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/index.js.map +1 -0
  99. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.d.ts +36 -0
  100. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.js +63 -0
  101. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.js.map +1 -0
  102. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.styles.d.ts +2 -0
  103. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.styles.js +30 -0
  104. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.styles.js.map +1 -0
  105. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.d.ts +26 -0
  106. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.js +67 -0
  107. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.js.map +1 -0
  108. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/hooks.d.ts +5 -0
  109. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/hooks.js +24 -0
  110. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/hooks.js.map +1 -0
  111. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/index.d.ts +2 -0
  112. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/index.js +8 -0
  113. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/index.js.map +1 -0
  114. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.d.ts +867 -0
  115. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.js +38 -0
  116. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.js.map +1 -0
  117. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/index.d.ts +5 -0
  118. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/index.js +23 -0
  119. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/index.js.map +1 -0
  120. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.d.ts +6 -0
  121. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.js +37 -0
  122. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.js.map +1 -0
  123. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.styles.d.ts +2 -0
  124. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.styles.js +40 -0
  125. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.styles.js.map +1 -0
  126. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/hooks.d.ts +28 -0
  127. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/hooks.js +58 -0
  128. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/hooks.js.map +1 -0
  129. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/index.d.ts +2 -0
  130. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/index.js +6 -0
  131. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/index.js.map +1 -0
  132. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.d.ts +5 -0
  133. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.js +20 -0
  134. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.js.map +1 -0
  135. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.d.ts +5 -0
  136. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.js +25 -0
  137. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.js.map +1 -0
  138. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.d.ts +27 -0
  139. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.js +37 -0
  140. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.js.map +1 -0
  141. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.styles.d.ts +2 -0
  142. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.styles.js +68 -0
  143. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.styles.js.map +1 -0
  144. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/index.d.ts +3 -0
  145. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/index.js +10 -0
  146. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/index.js.map +1 -0
  147. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/index.d.ts +2 -0
  148. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/index.js +19 -0
  149. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/index.js.map +1 -0
  150. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDButtonBackground.d.ts +4 -0
  151. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDButtonBackground.js +14 -0
  152. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDButtonBackground.js.map +1 -0
  153. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.d.ts +814 -0
  154. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.js +25 -0
  155. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.js.map +1 -0
  156. package/lib/PhotoCapture/PhotoCaptureHUD/index.d.ts +11 -0
  157. package/lib/PhotoCapture/PhotoCaptureHUD/index.js +30 -0
  158. package/lib/PhotoCapture/PhotoCaptureHUD/index.js.map +1 -0
  159. package/lib/PhotoCapture/errors.d.ts +3 -0
  160. package/lib/PhotoCapture/errors.js +8 -0
  161. package/lib/PhotoCapture/errors.js.map +1 -0
  162. package/lib/PhotoCapture/hooks/index.d.ts +11 -0
  163. package/lib/PhotoCapture/hooks/index.js +28 -0
  164. package/lib/PhotoCapture/hooks/index.js.map +1 -0
  165. package/lib/PhotoCapture/hooks/useAdaptiveCameraConfig.d.ts +29 -0
  166. package/lib/PhotoCapture/hooks/useAdaptiveCameraConfig.js +80 -0
  167. package/lib/PhotoCapture/hooks/useAdaptiveCameraConfig.js.map +1 -0
  168. package/lib/PhotoCapture/hooks/useAddDamageMode.d.ts +42 -0
  169. package/lib/PhotoCapture/hooks/useAddDamageMode.js +58 -0
  170. package/lib/PhotoCapture/hooks/useAddDamageMode.js.map +1 -0
  171. package/lib/PhotoCapture/hooks/useBadConnectionWarning.d.ts +27 -0
  172. package/lib/PhotoCapture/hooks/useBadConnectionWarning.js +38 -0
  173. package/lib/PhotoCapture/hooks/useBadConnectionWarning.js.map +1 -0
  174. package/lib/PhotoCapture/hooks/useComplianceAnalytics.d.ts +20 -0
  175. package/lib/PhotoCapture/hooks/useComplianceAnalytics.js +54 -0
  176. package/lib/PhotoCapture/hooks/useComplianceAnalytics.js.map +1 -0
  177. package/lib/PhotoCapture/hooks/usePhotoCaptureImages.d.ts +5 -0
  178. package/lib/PhotoCapture/hooks/usePhotoCaptureImages.js +14 -0
  179. package/lib/PhotoCapture/hooks/usePhotoCaptureImages.js.map +1 -0
  180. package/lib/PhotoCapture/hooks/usePhotoCaptureSightState.d.ts +80 -0
  181. package/lib/PhotoCapture/hooks/usePhotoCaptureSightState.js +201 -0
  182. package/lib/PhotoCapture/hooks/usePhotoCaptureSightState.js.map +1 -0
  183. package/lib/PhotoCapture/hooks/usePhotoCaptureTutorial.d.ts +36 -0
  184. package/lib/PhotoCapture/hooks/usePhotoCaptureTutorial.js +67 -0
  185. package/lib/PhotoCapture/hooks/usePhotoCaptureTutorial.js.map +1 -0
  186. package/lib/PhotoCapture/hooks/usePictureTaken.d.ts +35 -0
  187. package/lib/PhotoCapture/hooks/usePictureTaken.js +45 -0
  188. package/lib/PhotoCapture/hooks/usePictureTaken.js.map +1 -0
  189. package/lib/PhotoCapture/hooks/useStartTasksOnComplete.d.ts +33 -0
  190. package/lib/PhotoCapture/hooks/useStartTasksOnComplete.js +100 -0
  191. package/lib/PhotoCapture/hooks/useStartTasksOnComplete.js.map +1 -0
  192. package/lib/PhotoCapture/hooks/useTracking.d.ts +17 -0
  193. package/lib/PhotoCapture/hooks/useTracking.js +29 -0
  194. package/lib/PhotoCapture/hooks/useTracking.js.map +1 -0
  195. package/lib/PhotoCapture/hooks/useUploadQueue.d.ts +95 -0
  196. package/lib/PhotoCapture/hooks/useUploadQueue.js +117 -0
  197. package/lib/PhotoCapture/hooks/useUploadQueue.js.map +1 -0
  198. package/lib/PhotoCapture/index.d.ts +3 -0
  199. package/lib/PhotoCapture/index.js +21 -0
  200. package/lib/PhotoCapture/index.js.map +1 -0
  201. package/lib/assets/arrows.asset.d.ts +2 -0
  202. package/lib/assets/arrows.asset.js +6 -0
  203. package/lib/assets/arrows.asset.js.map +1 -0
  204. package/lib/assets/crosshair.asset.d.ts +1 -0
  205. package/lib/assets/crosshair.asset.js +5 -0
  206. package/lib/assets/crosshair.asset.js.map +1 -0
  207. package/lib/assets/index.d.ts +2 -0
  208. package/lib/assets/index.js +19 -0
  209. package/lib/assets/index.js.map +1 -0
  210. package/lib/i18n.d.ts +6 -0
  211. package/lib/i18n.js +25 -0
  212. package/lib/i18n.js.map +1 -0
  213. package/lib/index.d.ts +2 -0
  214. package/lib/index.js +19 -0
  215. package/lib/index.js.map +1 -0
  216. package/lib/translations/de.json +45 -0
  217. package/lib/translations/en.json +45 -0
  218. package/lib/translations/fr.json +45 -0
  219. package/lib/translations/nl.json +45 -0
  220. package/package.json +94 -0
@@ -0,0 +1,867 @@
1
+ import { CaptureAppConfig, Image, PixelDimensions, Sight } from '@monkvision/types';
2
+ import { CSSProperties } from 'react';
3
+ import { TutorialSteps } from '../../hooks';
4
+ /**
5
+ * Props of the PhotoCaptureHUDElementsSight component.
6
+ */
7
+ export interface PhotoCaptureHUDElementsSightProps extends Pick<CaptureAppConfig, 'enableSightGuidelines' | 'sightGuidelines' | 'enableAddDamage'> {
8
+ /**
9
+ * The list of sights provided to the PhotoCapture component.
10
+ */
11
+ sights: Sight[];
12
+ /**
13
+ * The currently selected sight in the PhotoCapture component : the sight that the user needs to capture.
14
+ */
15
+ selectedSight: Sight;
16
+ /**
17
+ * The current tutorial step in PhotoCapture component.
18
+ */
19
+ tutorialStep: TutorialSteps | null;
20
+ /**
21
+ * Callback called when the user manually select a new sight.
22
+ */
23
+ onSelectedSight?: (sight: Sight) => void;
24
+ /**
25
+ * Callback called when the user manually select a sight to retake.
26
+ */
27
+ onRetakeSight?: (sight: string) => void;
28
+ /**
29
+ * Callback called when the user clicks on the AddDamage button.
30
+ */
31
+ onAddDamage?: () => void;
32
+ /**
33
+ * Array containing the list of sights that the user has already captured.
34
+ */
35
+ sightsTaken: Sight[];
36
+ /**
37
+ * The effective pixel dimensions of the Camera video stream on the screen.
38
+ */
39
+ previewDimensions?: PixelDimensions | null;
40
+ /**
41
+ * The current images taken by the user (ignoring retaken pictures etc.).
42
+ */
43
+ images: Image[];
44
+ }
45
+ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions, }: Pick<PhotoCaptureHUDElementsSightProps, 'previewDimensions'>): {
46
+ container: import("@monkvision/types").ResponsiveStyleProperties;
47
+ elementsContainer: {
48
+ accentColor?: import("csstype").Property.AccentColor | undefined;
49
+ alignContent?: import("csstype").Property.AlignContent | undefined;
50
+ alignItems?: import("csstype").Property.AlignItems | undefined;
51
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
52
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
53
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
54
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
55
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
56
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
57
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
58
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
59
+ animationName?: import("csstype").Property.AnimationName | undefined;
60
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
61
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
62
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
63
+ appearance?: import("csstype").Property.Appearance | undefined;
64
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
65
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
66
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
67
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
68
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
69
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
70
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
71
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
72
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
73
+ backgroundPositionX?: string | number | undefined;
74
+ backgroundPositionY?: string | number | undefined;
75
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
76
+ backgroundSize?: string | number | undefined;
77
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
78
+ blockSize?: string | number | undefined;
79
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
80
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
81
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
82
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
83
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
84
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
85
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
86
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
87
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
88
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
89
+ borderBottomLeftRadius?: string | number | undefined;
90
+ borderBottomRightRadius?: string | number | undefined;
91
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
92
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
93
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
94
+ borderEndEndRadius?: string | number | undefined;
95
+ borderEndStartRadius?: string | number | undefined;
96
+ borderImageOutset?: string | number | undefined;
97
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
98
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
99
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
100
+ borderImageWidth?: string | number | undefined;
101
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
102
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
103
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
104
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
105
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
106
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
107
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
108
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
109
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
110
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
111
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
112
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
113
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
114
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
115
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
116
+ borderSpacing?: string | number | undefined;
117
+ borderStartEndRadius?: string | number | undefined;
118
+ borderStartStartRadius?: string | number | undefined;
119
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
120
+ borderTopLeftRadius?: string | number | undefined;
121
+ borderTopRightRadius?: string | number | undefined;
122
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
123
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
124
+ bottom?: string | number | undefined;
125
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
126
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
127
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
128
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
129
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
130
+ breakInside?: import("csstype").Property.BreakInside | undefined;
131
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
132
+ caretColor?: import("csstype").Property.CaretColor | undefined;
133
+ caretShape?: import("csstype").Property.CaretShape | undefined;
134
+ clear?: import("csstype").Property.Clear | undefined;
135
+ clipPath?: import("csstype").Property.ClipPath | undefined;
136
+ color?: import("csstype").Property.Color | undefined;
137
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
138
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
139
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
140
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
141
+ columnGap?: string | number | undefined;
142
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
143
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
144
+ columnRuleWidth?: string | number | undefined;
145
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
146
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
147
+ contain?: import("csstype").Property.Contain | undefined;
148
+ containIntrinsicBlockSize?: string | number | undefined;
149
+ containIntrinsicHeight?: string | number | undefined;
150
+ containIntrinsicInlineSize?: string | number | undefined;
151
+ containIntrinsicWidth?: string | number | undefined;
152
+ containerName?: import("csstype").Property.ContainerName | undefined;
153
+ containerType?: import("csstype").Property.ContainerType | undefined;
154
+ content?: import("csstype").Property.Content | undefined;
155
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
156
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
157
+ counterReset?: import("csstype").Property.CounterReset | undefined;
158
+ counterSet?: import("csstype").Property.CounterSet | undefined;
159
+ cursor?: import("csstype").Property.Cursor | undefined;
160
+ direction?: import("csstype").Property.Direction | undefined;
161
+ display?: import("csstype").Property.Display | undefined;
162
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
163
+ filter?: import("csstype").Property.Filter | undefined;
164
+ flexBasis?: string | number | undefined;
165
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
166
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
167
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
168
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
169
+ float?: import("csstype").Property.Float | undefined;
170
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
171
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
172
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
173
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
174
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
175
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
176
+ fontSize?: string | number | undefined;
177
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
178
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
179
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
180
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
181
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
182
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
183
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
184
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
185
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
186
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
187
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
188
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
189
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
190
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
191
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
192
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
193
+ gridAutoColumns?: string | number | undefined;
194
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
195
+ gridAutoRows?: string | number | undefined;
196
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
197
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
198
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
199
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
200
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
201
+ gridTemplateColumns?: string | number | undefined;
202
+ gridTemplateRows?: string | number | undefined;
203
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
204
+ height?: string | number | undefined;
205
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
206
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
207
+ hyphens?: import("csstype").Property.Hyphens | undefined;
208
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
209
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
210
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
211
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
212
+ inlineSize?: string | number | undefined;
213
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
214
+ insetBlockEnd?: string | number | undefined;
215
+ insetBlockStart?: string | number | undefined;
216
+ insetInlineEnd?: string | number | undefined;
217
+ insetInlineStart?: string | number | undefined;
218
+ isolation?: import("csstype").Property.Isolation | undefined;
219
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
220
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
221
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
222
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
223
+ left?: string | number | undefined;
224
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
225
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
226
+ lineHeight?: string | number | undefined;
227
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
228
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
229
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
230
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
231
+ marginBlockEnd?: string | number | undefined;
232
+ marginBlockStart?: string | number | undefined;
233
+ marginBottom?: string | number | undefined;
234
+ marginInlineEnd?: string | number | undefined;
235
+ marginInlineStart?: string | number | undefined;
236
+ marginLeft?: string | number | undefined;
237
+ marginRight?: string | number | undefined;
238
+ marginTop?: string | number | undefined;
239
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
240
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
241
+ maskBorderOutset?: string | number | undefined;
242
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
243
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
244
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
245
+ maskBorderWidth?: string | number | undefined;
246
+ maskClip?: import("csstype").Property.MaskClip | undefined;
247
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
248
+ maskImage?: import("csstype").Property.MaskImage | undefined;
249
+ maskMode?: import("csstype").Property.MaskMode | undefined;
250
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
251
+ maskPosition?: string | number | undefined;
252
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
253
+ maskSize?: string | number | undefined;
254
+ maskType?: import("csstype").Property.MaskType | undefined;
255
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
256
+ mathShift?: import("csstype").Property.MathShift | undefined;
257
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
258
+ maxBlockSize?: string | number | undefined;
259
+ maxHeight?: string | number | undefined;
260
+ maxInlineSize?: string | number | undefined;
261
+ maxLines?: import("csstype").Property.MaxLines | undefined;
262
+ maxWidth?: string | number | undefined;
263
+ minBlockSize?: string | number | undefined;
264
+ minHeight?: string | number | undefined;
265
+ minInlineSize?: string | number | undefined;
266
+ minWidth?: string | number | undefined;
267
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
268
+ motionDistance?: string | number | undefined;
269
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
270
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
271
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
272
+ objectPosition?: string | number | undefined;
273
+ offsetAnchor?: string | number | undefined;
274
+ offsetDistance?: string | number | undefined;
275
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
276
+ offsetPosition?: string | number | undefined;
277
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
278
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
279
+ opacity?: import("csstype").Property.Opacity | undefined;
280
+ order?: import("csstype").Property.Order | undefined;
281
+ orphans?: import("csstype").Property.Orphans | undefined;
282
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
283
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
284
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
285
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
286
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
287
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
288
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
289
+ overflowClipMargin?: string | number | undefined;
290
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
291
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
292
+ overflowX?: import("csstype").Property.OverflowX | undefined;
293
+ overflowY?: import("csstype").Property.OverflowY | undefined;
294
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
295
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
296
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
297
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
298
+ paddingBlockEnd?: string | number | undefined;
299
+ paddingBlockStart?: string | number | undefined;
300
+ paddingBottom?: string | number | undefined;
301
+ paddingInlineEnd?: string | number | undefined;
302
+ paddingInlineStart?: string | number | undefined;
303
+ paddingLeft?: string | number | undefined;
304
+ paddingRight?: string | number | undefined;
305
+ paddingTop?: string | number | undefined;
306
+ page?: import("csstype").Property.Page | undefined;
307
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
308
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
309
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
310
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
311
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
312
+ perspectiveOrigin?: string | number | undefined;
313
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
314
+ position?: import("csstype").Property.Position | undefined;
315
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
316
+ quotes?: import("csstype").Property.Quotes | undefined;
317
+ resize?: import("csstype").Property.Resize | undefined;
318
+ right?: string | number | undefined;
319
+ rotate?: import("csstype").Property.Rotate | undefined;
320
+ rowGap?: string | number | undefined;
321
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
322
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
323
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
324
+ scale?: import("csstype").Property.Scale | undefined;
325
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
326
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
327
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
328
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
329
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
330
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
331
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
332
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
333
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
334
+ scrollPaddingBlockEnd?: string | number | undefined;
335
+ scrollPaddingBlockStart?: string | number | undefined;
336
+ scrollPaddingBottom?: string | number | undefined;
337
+ scrollPaddingInlineEnd?: string | number | undefined;
338
+ scrollPaddingInlineStart?: string | number | undefined;
339
+ scrollPaddingLeft?: string | number | undefined;
340
+ scrollPaddingRight?: string | number | undefined;
341
+ scrollPaddingTop?: string | number | undefined;
342
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
343
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
344
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
345
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
346
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
347
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
348
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
349
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
350
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
351
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
352
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
353
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
354
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
355
+ shapeMargin?: string | number | undefined;
356
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
357
+ tabSize?: string | number | undefined;
358
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
359
+ textAlign?: import("csstype").Property.TextAlign | undefined;
360
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
361
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
362
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
363
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
364
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
365
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
366
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
367
+ textDecorationThickness?: string | number | undefined;
368
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
369
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
370
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
371
+ textIndent?: string | number | undefined;
372
+ textJustify?: import("csstype").Property.TextJustify | undefined;
373
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
374
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
375
+ textRendering?: import("csstype").Property.TextRendering | undefined;
376
+ textShadow?: import("csstype").Property.TextShadow | undefined;
377
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
378
+ textTransform?: import("csstype").Property.TextTransform | undefined;
379
+ textUnderlineOffset?: string | number | undefined;
380
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
381
+ top?: string | number | undefined;
382
+ touchAction?: import("csstype").Property.TouchAction | undefined;
383
+ transform?: import("csstype").Property.Transform | undefined;
384
+ transformBox?: import("csstype").Property.TransformBox | undefined;
385
+ transformOrigin?: string | number | undefined;
386
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
387
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
388
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
389
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
390
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
391
+ translate?: string | number | undefined;
392
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
393
+ userSelect?: import("csstype").Property.UserSelect | undefined;
394
+ verticalAlign?: string | number | undefined;
395
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
396
+ visibility?: import("csstype").Property.Visibility | undefined;
397
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
398
+ widows?: import("csstype").Property.Widows | undefined;
399
+ width?: string | number | undefined;
400
+ willChange?: import("csstype").Property.WillChange | undefined;
401
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
402
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
403
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
404
+ writingMode?: import("csstype").Property.WritingMode | undefined;
405
+ zIndex?: import("csstype").Property.ZIndex | undefined;
406
+ zoom?: import("csstype").Property.Zoom | undefined;
407
+ all?: import("csstype").Globals | undefined;
408
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
409
+ background?: string | number | undefined;
410
+ backgroundPosition?: string | number | undefined;
411
+ border?: string | number | undefined;
412
+ borderBlock?: string | number | undefined;
413
+ borderBlockEnd?: string | number | undefined;
414
+ borderBlockStart?: string | number | undefined;
415
+ borderBottom?: string | number | undefined;
416
+ borderColor?: import("csstype").Property.BorderColor | undefined;
417
+ borderImage?: import("csstype").Property.BorderImage | undefined;
418
+ borderInline?: string | number | undefined;
419
+ borderInlineEnd?: string | number | undefined;
420
+ borderInlineStart?: string | number | undefined;
421
+ borderLeft?: string | number | undefined;
422
+ borderRadius?: string | number | undefined;
423
+ borderRight?: string | number | undefined;
424
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
425
+ borderTop?: string | number | undefined;
426
+ borderWidth?: string | number | undefined;
427
+ caret?: import("csstype").Property.Caret | undefined;
428
+ columnRule?: string | number | undefined;
429
+ columns?: string | number | undefined;
430
+ containIntrinsicSize?: string | number | undefined;
431
+ container?: import("csstype").Property.Container | undefined;
432
+ flex?: string | number | undefined;
433
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
434
+ font?: import("csstype").Property.Font | undefined;
435
+ gap?: string | number | undefined;
436
+ grid?: import("csstype").Property.Grid | undefined;
437
+ gridArea?: import("csstype").Property.GridArea | undefined;
438
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
439
+ gridRow?: import("csstype").Property.GridRow | undefined;
440
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
441
+ inset?: string | number | undefined;
442
+ insetBlock?: string | number | undefined;
443
+ insetInline?: string | number | undefined;
444
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
445
+ listStyle?: import("csstype").Property.ListStyle | undefined;
446
+ margin?: string | number | undefined;
447
+ marginBlock?: string | number | undefined;
448
+ marginInline?: string | number | undefined;
449
+ mask?: string | number | undefined;
450
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
451
+ motion?: string | number | undefined;
452
+ offset?: string | number | undefined;
453
+ outline?: string | number | undefined;
454
+ overflow?: import("csstype").Property.Overflow | undefined;
455
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
456
+ padding?: string | number | undefined;
457
+ paddingBlock?: string | number | undefined;
458
+ paddingInline?: string | number | undefined;
459
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
460
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
461
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
462
+ scrollMargin?: string | number | undefined;
463
+ scrollMarginBlock?: string | number | undefined;
464
+ scrollMarginInline?: string | number | undefined;
465
+ scrollPadding?: string | number | undefined;
466
+ scrollPaddingBlock?: string | number | undefined;
467
+ scrollPaddingInline?: string | number | undefined;
468
+ scrollSnapMargin?: string | number | undefined;
469
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
470
+ textDecoration?: string | number | undefined;
471
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
472
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
473
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
474
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
475
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
476
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
477
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
478
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
479
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
480
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
481
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
482
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
483
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
484
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
485
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
486
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
487
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
488
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
489
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
490
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
491
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
492
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
493
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
494
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
495
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
496
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
497
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
498
+ MozColumnRuleWidth?: string | number | undefined;
499
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
500
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
501
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
502
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
503
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
504
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
505
+ MozMarginEnd?: string | number | undefined;
506
+ MozMarginStart?: string | number | undefined;
507
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
508
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
509
+ MozPaddingEnd?: string | number | undefined;
510
+ MozPaddingStart?: string | number | undefined;
511
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
512
+ MozPerspectiveOrigin?: string | number | undefined;
513
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
514
+ MozTabSize?: string | number | undefined;
515
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
516
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
517
+ MozTransformOrigin?: string | number | undefined;
518
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
519
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
520
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
521
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
522
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
523
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
524
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
525
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
526
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
527
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
528
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
529
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
530
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
531
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
532
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
533
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
534
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
535
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
536
+ msFilter?: import("csstype").Property.MsFilter | undefined;
537
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
538
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
539
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
540
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
541
+ msGridColumns?: string | number | undefined;
542
+ msGridRows?: string | number | undefined;
543
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
544
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
545
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
546
+ msHyphenateLimitZone?: string | number | undefined;
547
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
548
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
549
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
550
+ msOrder?: import("csstype").Property.Order | undefined;
551
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
552
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
553
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
554
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
555
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
556
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
557
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
558
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
559
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
560
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
561
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
562
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
563
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
564
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
565
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
566
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
567
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
568
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
569
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
570
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
571
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
572
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
573
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
574
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
575
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
576
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
577
+ msTransform?: import("csstype").Property.Transform | undefined;
578
+ msTransformOrigin?: string | number | undefined;
579
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
580
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
581
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
582
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
583
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
584
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
585
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
586
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
587
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
588
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
589
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
590
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
591
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
592
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
593
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
594
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
595
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
596
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
597
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
598
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
599
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
600
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
601
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
602
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
603
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
604
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
605
+ WebkitBackgroundSize?: string | number | undefined;
606
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
607
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
608
+ WebkitBorderBeforeWidth?: string | number | undefined;
609
+ WebkitBorderBottomLeftRadius?: string | number | undefined;
610
+ WebkitBorderBottomRightRadius?: string | number | undefined;
611
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
612
+ WebkitBorderTopLeftRadius?: string | number | undefined;
613
+ WebkitBorderTopRightRadius?: string | number | undefined;
614
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
615
+ WebkitBoxReflect?: string | number | undefined;
616
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
617
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
618
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
619
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
620
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
621
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
622
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
623
+ WebkitColumnRuleWidth?: string | number | undefined;
624
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
625
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
626
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
627
+ WebkitFlexBasis?: string | number | undefined;
628
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
629
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
630
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
631
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
632
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
633
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
634
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
635
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
636
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
637
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
638
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
639
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
640
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
641
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
642
+ WebkitMarginEnd?: string | number | undefined;
643
+ WebkitMarginStart?: string | number | undefined;
644
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
645
+ WebkitMaskBoxImageOutset?: string | number | undefined;
646
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
647
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
648
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
649
+ WebkitMaskBoxImageWidth?: string | number | undefined;
650
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
651
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
652
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
653
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
654
+ WebkitMaskPosition?: string | number | undefined;
655
+ WebkitMaskPositionX?: string | number | undefined;
656
+ WebkitMaskPositionY?: string | number | undefined;
657
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
658
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
659
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
660
+ WebkitMaskSize?: string | number | undefined;
661
+ WebkitMaxInlineSize?: string | number | undefined;
662
+ WebkitOrder?: import("csstype").Property.Order | undefined;
663
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
664
+ WebkitPaddingEnd?: string | number | undefined;
665
+ WebkitPaddingStart?: string | number | undefined;
666
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
667
+ WebkitPerspectiveOrigin?: string | number | undefined;
668
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
669
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
670
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
671
+ WebkitShapeMargin?: string | number | undefined;
672
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
673
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
674
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
675
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
676
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
677
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
678
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
679
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
680
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
681
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
682
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
683
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
684
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
685
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
686
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
687
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
688
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
689
+ WebkitTransformOrigin?: string | number | undefined;
690
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
691
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
692
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
693
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
694
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
695
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
696
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
697
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
698
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
699
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
700
+ MozColumnRule?: string | number | undefined;
701
+ MozColumns?: string | number | undefined;
702
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
703
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
704
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
705
+ msFlex?: string | number | undefined;
706
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
707
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
708
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
709
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
710
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
711
+ WebkitBorderBefore?: string | number | undefined;
712
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
713
+ WebkitBorderRadius?: string | number | undefined;
714
+ WebkitColumnRule?: string | number | undefined;
715
+ WebkitColumns?: string | number | undefined;
716
+ WebkitFlex?: string | number | undefined;
717
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
718
+ WebkitMask?: string | number | undefined;
719
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
720
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
721
+ WebkitTextStroke?: string | number | undefined;
722
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
723
+ azimuth?: import("csstype").Property.Azimuth | undefined;
724
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
725
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
726
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
727
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
728
+ boxLines?: import("csstype").Property.BoxLines | undefined;
729
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
730
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
731
+ boxPack?: import("csstype").Property.BoxPack | undefined;
732
+ clip?: import("csstype").Property.Clip | undefined;
733
+ gridColumnGap?: string | number | undefined;
734
+ gridGap?: string | number | undefined;
735
+ gridRowGap?: string | number | undefined;
736
+ imeMode?: import("csstype").Property.ImeMode | undefined;
737
+ offsetBlock?: string | number | undefined;
738
+ offsetBlockEnd?: string | number | undefined;
739
+ offsetBlockStart?: string | number | undefined;
740
+ offsetInline?: string | number | undefined;
741
+ offsetInlineEnd?: string | number | undefined;
742
+ offsetInlineStart?: string | number | undefined;
743
+ scrollSnapCoordinate?: string | number | undefined;
744
+ scrollSnapDestination?: string | number | undefined;
745
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
746
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
747
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
748
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
749
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
750
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
751
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
752
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
753
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
754
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
755
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
756
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
757
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
758
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
759
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
760
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
761
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
762
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
763
+ MozBackgroundSize?: string | number | undefined;
764
+ MozBorderRadius?: string | number | undefined;
765
+ MozBorderRadiusBottomleft?: string | number | undefined;
766
+ MozBorderRadiusBottomright?: string | number | undefined;
767
+ MozBorderRadiusTopleft?: string | number | undefined;
768
+ MozBorderRadiusTopright?: string | number | undefined;
769
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
770
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
771
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
772
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
773
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
774
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
775
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
776
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
777
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
778
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
779
+ MozOutline?: string | number | undefined;
780
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
781
+ MozOutlineRadius?: string | number | undefined;
782
+ MozOutlineRadiusBottomleft?: string | number | undefined;
783
+ MozOutlineRadiusBottomright?: string | number | undefined;
784
+ MozOutlineRadiusTopleft?: string | number | undefined;
785
+ MozOutlineRadiusTopright?: string | number | undefined;
786
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
787
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
788
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
789
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
790
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
791
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
792
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
793
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
794
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
795
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
796
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
797
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
798
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
799
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
800
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
801
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
802
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
803
+ OBackgroundSize?: string | number | undefined;
804
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
805
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
806
+ OObjectPosition?: string | number | undefined;
807
+ OTabSize?: string | number | undefined;
808
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
809
+ OTransform?: import("csstype").Property.Transform | undefined;
810
+ OTransformOrigin?: string | number | undefined;
811
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
812
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
813
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
814
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
815
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
816
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
817
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
818
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
819
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
820
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
821
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
822
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
823
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
824
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
825
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
826
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
827
+ baselineShift?: string | number | undefined;
828
+ clipRule?: import("csstype").Property.ClipRule | undefined;
829
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
830
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
831
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
832
+ fill?: import("csstype").Property.Fill | undefined;
833
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
834
+ fillRule?: import("csstype").Property.FillRule | undefined;
835
+ floodColor?: import("csstype").Property.FloodColor | undefined;
836
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
837
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
838
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
839
+ marker?: import("csstype").Property.Marker | undefined;
840
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
841
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
842
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
843
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
844
+ stopColor?: import("csstype").Property.StopColor | undefined;
845
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
846
+ stroke?: import("csstype").Property.Stroke | undefined;
847
+ strokeDasharray?: string | number | undefined;
848
+ strokeDashoffset?: string | number | undefined;
849
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
850
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
851
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
852
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
853
+ strokeWidth?: string | number | undefined;
854
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
855
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
856
+ __media?: import("@monkvision/types").CSSMediaQuery | undefined;
857
+ };
858
+ top: import("@monkvision/types").ResponsiveStyleProperties;
859
+ bottom: import("@monkvision/types").ResponsiveStyleProperties;
860
+ overlay: {
861
+ width: number | undefined;
862
+ height: number | undefined;
863
+ };
864
+ guidelineBtn: import("@monkvision/types").ResponsiveStyleProperties;
865
+ addDamageBtn: import("@monkvision/types").ResponsiveStyleProperties;
866
+ };
867
+ export declare function getVisilityStyle(enable?: boolean): CSSProperties;