@monkvision/inspection-capture-web 5.2.4 → 5.3.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 (122) hide show
  1. package/lib/DamageDisclosure/DamageDisclosure.d.ts +1 -2
  2. package/lib/DamageDisclosure/DamageDisclosure.js +2 -3
  3. package/lib/DamageDisclosure/DamageDisclosureHOC.d.ts +0 -1
  4. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUD.d.ts +1 -2
  5. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUD.js +2 -14
  6. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUDElements/DamageDisclosureHUDElements.d.ts +1 -2
  7. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUDElements/DamageDisclosureHUDElements.js +1 -2
  8. package/lib/DamageDisclosure/hooks/useDamageDisclosureState.js +1 -2
  9. package/lib/PhotoCapture/PhotoCapture.d.ts +1 -2
  10. package/lib/PhotoCapture/PhotoCapture.js +2 -3
  11. package/lib/PhotoCapture/PhotoCaptureHOC.d.ts +0 -1
  12. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.d.ts +1 -2
  13. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.js +2 -14
  14. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.d.ts +1 -2
  15. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.js +1 -2
  16. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.d.ts +1 -2
  17. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.js +2 -14
  18. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.d.ts +1 -2
  19. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.js +3 -15
  20. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.d.ts +1 -2
  21. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.js +3 -15
  22. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/hooks.d.ts +108 -59
  23. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/hooks.js +1 -2
  24. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.d.ts +1 -2
  25. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.js +4 -15
  26. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.d.ts +1 -2
  27. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.js +2 -14
  28. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/hooks.js +1 -2
  29. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.d.ts +307 -258
  30. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.js +2 -3
  31. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.d.ts +1 -2
  32. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.js +4 -16
  33. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.styles.d.ts +1175 -734
  34. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.styles.js +2 -2
  35. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.d.ts +1 -2
  36. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.js +1 -2
  37. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.d.ts +1 -2
  38. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.js +2 -14
  39. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.d.ts +1 -2
  40. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.js +2 -3
  41. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/hooks.d.ts +307 -258
  42. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/hooks.js +1 -2
  43. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.d.ts +307 -258
  44. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.js +1 -2
  45. package/lib/PhotoCapture/errors.js +1 -1
  46. package/lib/PhotoCapture/hooks/useComplianceAnalytics.d.ts +0 -1
  47. package/lib/PhotoCapture/hooks/useComplianceAnalytics.js +1 -2
  48. package/lib/PhotoCapture/hooks/useImagesCleanup.js +1 -2
  49. package/lib/PhotoCapture/hooks/useInspectionComplete.js +3 -4
  50. package/lib/PhotoCapture/hooks/usePhotoCaptureSightGuidelines.js +2 -2
  51. package/lib/PhotoCapture/hooks/usePhotoCaptureSightState.js +1 -2
  52. package/lib/PhotoCapture/hooks/usePhotoCaptureSightTutorial.js +1 -2
  53. package/lib/PhotoCapture/hooks/usePhotoCaptureTutorial.js +3 -3
  54. package/lib/VideoCapture/VideoCapture.d.ts +1 -2
  55. package/lib/VideoCapture/VideoCapture.js +2 -14
  56. package/lib/VideoCapture/VideoCaptureHOC.d.ts +0 -1
  57. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureHUD.d.ts +1 -1
  58. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureHUD.js +5 -17
  59. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecording.d.ts +1 -2
  60. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecording.js +2 -14
  61. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecordingStyles.d.ts +1447 -1152
  62. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecordingStyles.js +2 -2
  63. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureTutorial/VideoCaptureTutorial.d.ts +1 -2
  64. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureTutorial/VideoCaptureTutorial.js +2 -14
  65. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.d.ts +1 -2
  66. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.js +2 -3
  67. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.styles.js +2 -2
  68. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.d.ts +1 -1
  69. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.js +14 -3
  70. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.styles.js +2 -2
  71. package/lib/VideoCapture/VideoCapturePermissions/VideoCapturePermissions.d.ts +1 -2
  72. package/lib/VideoCapture/VideoCapturePermissions/VideoCapturePermissions.js +4 -16
  73. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.d.ts +1 -2
  74. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.js +2 -14
  75. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.styles.d.ts +324 -177
  76. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.styles.js +2 -2
  77. package/lib/VideoCapture/hooks/useFastMovementsDetection/fastMovementsDetection.js +3 -3
  78. package/lib/VideoCapture/hooks/useFastMovementsDetection/useFastMovementsDetection.js +1 -2
  79. package/lib/VideoCapture/hooks/useFrameSelection/laplaceScores.js +1 -2
  80. package/lib/VideoCapture/hooks/useFrameSelection/useFrameSelection.js +1 -2
  81. package/lib/VideoCapture/hooks/useVehicleWalkaround.js +1 -2
  82. package/lib/VideoCapture/hooks/useVideoRecording.js +3 -3
  83. package/lib/VideoCapture/hooks/useVideoUploadQueue.js +1 -2
  84. package/lib/components/CancelButton/CancelButton.d.ts +1 -2
  85. package/lib/components/CancelButton/CancelButton.js +2 -14
  86. package/lib/components/CloseUpShot/CloseUpShot.d.ts +1 -2
  87. package/lib/components/CloseUpShot/CloseUpShot.js +2 -3
  88. package/lib/components/CloseUpShot/hooks.js +1 -2
  89. package/lib/components/Counter/Counter.d.ts +1 -2
  90. package/lib/components/Counter/Counter.js +2 -3
  91. package/lib/components/Counter/hooks.js +1 -2
  92. package/lib/components/HUDButtons/HUDButtons.d.ts +1 -2
  93. package/lib/components/HUDButtons/HUDButtons.js +2 -3
  94. package/lib/components/HUDButtons/hooks.js +1 -2
  95. package/lib/components/HUDOverlay/HUDOverlay.d.ts +1 -2
  96. package/lib/components/HUDOverlay/HUDOverlay.js +2 -3
  97. package/lib/components/HUDOverlay/hooks.js +2 -3
  98. package/lib/components/OrientationEnforcer/OrientationEnforcer.d.ts +1 -2
  99. package/lib/components/OrientationEnforcer/OrientationEnforcer.js +2 -14
  100. package/lib/components/OrientationEnforcer/OrientationEnforcer.styles.d.ts +108 -59
  101. package/lib/components/OrientationEnforcer/OrientationEnforcer.styles.js +2 -2
  102. package/lib/components/PartSelection/PartSelection.d.ts +1 -2
  103. package/lib/components/PartSelection/PartSelection.js +3 -4
  104. package/lib/components/SightTutorialButton/SightTutorialButton.d.ts +1 -1
  105. package/lib/components/SightTutorialButton/SightTutorialButton.js +1 -2
  106. package/lib/components/ZoomOutShot/ZoomOutShot.d.ts +1 -2
  107. package/lib/components/ZoomOutShot/ZoomOutShot.js +2 -14
  108. package/lib/components/ZoomOutShot/hooks.js +1 -2
  109. package/lib/errors.js +1 -1
  110. package/lib/hooks/useAdaptiveCameraConfig.js +1 -2
  111. package/lib/hooks/useAddDamageMode.js +1 -2
  112. package/lib/hooks/useBadConnectionWarning.js +1 -2
  113. package/lib/hooks/useCaptureDuration.js +19 -7
  114. package/lib/hooks/useColorBackground.js +2 -3
  115. package/lib/hooks/useEnforceOrientation.js +1 -2
  116. package/lib/hooks/usePhotoCaptureImages.js +1 -2
  117. package/lib/hooks/usePictureTaken.js +1 -2
  118. package/lib/hooks/useStartTasksOnComplete.js +3 -4
  119. package/lib/hooks/useTracking.js +1 -2
  120. package/lib/hooks/useUploadQueue.js +3 -4
  121. package/lib/types.js +2 -2
  122. package/package.json +24 -25
@@ -3,12 +3,15 @@ export declare const styles: Styles;
3
3
  export declare function useOrientationEnforcerStyles(): {
4
4
  containerStyle: {
5
5
  backgroundColor: string;
6
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
6
+ __media?: import("@monkvision/types").CSSMediaQuery;
7
7
  accentColor?: import("csstype").Property.AccentColor | undefined;
8
8
  alignContent?: import("csstype").Property.AlignContent | undefined;
9
9
  alignItems?: import("csstype").Property.AlignItems | undefined;
10
10
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
11
11
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
12
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
13
+ anchorName?: import("csstype").Property.AnchorName | undefined;
14
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
12
15
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
13
16
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
14
17
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -17,6 +20,8 @@ export declare function useOrientationEnforcerStyles(): {
17
20
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
18
21
  animationName?: import("csstype").Property.AnimationName | undefined;
19
22
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
23
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
24
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
20
25
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
21
26
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
22
27
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -32,17 +37,14 @@ export declare function useOrientationEnforcerStyles(): {
32
37
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
33
38
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
34
39
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
35
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
40
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
36
41
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
37
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
38
42
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
39
43
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
40
44
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
41
45
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
42
46
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
43
47
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
44
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
45
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
46
48
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
47
49
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
48
50
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -56,15 +58,12 @@ export declare function useOrientationEnforcerStyles(): {
56
58
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
57
59
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
58
60
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
59
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
60
61
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
61
62
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
62
63
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
63
64
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
64
65
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
65
66
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
66
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
67
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
68
67
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
69
68
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
70
69
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -91,8 +90,10 @@ export declare function useOrientationEnforcerStyles(): {
91
90
  caretShape?: import("csstype").Property.CaretShape | undefined;
92
91
  clear?: import("csstype").Property.Clear | undefined;
93
92
  clipPath?: import("csstype").Property.ClipPath | undefined;
93
+ clipRule?: import("csstype").Property.ClipRule | undefined;
94
94
  color?: import("csstype").Property.Color | undefined;
95
95
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
96
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
96
97
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
97
98
  columnCount?: import("csstype").Property.ColumnCount | undefined;
98
99
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -115,9 +116,17 @@ export declare function useOrientationEnforcerStyles(): {
115
116
  counterReset?: import("csstype").Property.CounterReset | undefined;
116
117
  counterSet?: import("csstype").Property.CounterSet | undefined;
117
118
  cursor?: import("csstype").Property.Cursor | undefined;
119
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
120
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
121
+ d?: import("csstype").Property.D | undefined;
118
122
  direction?: import("csstype").Property.Direction | undefined;
119
123
  display?: import("csstype").Property.Display | undefined;
124
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
120
125
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
126
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
127
+ fill?: import("csstype").Property.Fill | undefined;
128
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
129
+ fillRule?: import("csstype").Property.FillRule | undefined;
121
130
  filter?: import("csstype").Property.Filter | undefined;
122
131
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
123
132
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -125,6 +134,8 @@ export declare function useOrientationEnforcerStyles(): {
125
134
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
126
135
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
127
136
  float?: import("csstype").Property.Float | undefined;
137
+ floodColor?: import("csstype").Property.FloodColor | undefined;
138
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
128
139
  fontFamily?: import("csstype").Property.FontFamily | undefined;
129
140
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
130
141
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -134,9 +145,12 @@ export declare function useOrientationEnforcerStyles(): {
134
145
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
135
146
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
136
147
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
137
- fontStretch?: import("csstype").Property.FontStretch | undefined;
138
148
  fontStyle?: import("csstype").Property.FontStyle | undefined;
139
149
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
150
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
151
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
152
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
153
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
140
154
  fontVariant?: import("csstype").Property.FontVariant | undefined;
141
155
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
142
156
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -147,6 +161,7 @@ export declare function useOrientationEnforcerStyles(): {
147
161
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
148
162
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
149
163
  fontWeight?: import("csstype").Property.FontWeight | undefined;
164
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
150
165
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
151
166
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
152
167
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -167,12 +182,13 @@ export declare function useOrientationEnforcerStyles(): {
167
182
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
168
183
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
169
184
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
185
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
170
186
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
171
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
172
187
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
173
188
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
174
189
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
175
190
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
191
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
176
192
  isolation?: import("csstype").Property.Isolation | undefined;
177
193
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
178
194
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -180,6 +196,7 @@ export declare function useOrientationEnforcerStyles(): {
180
196
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
181
197
  left?: import("csstype").Property.Left<string | number> | undefined;
182
198
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
199
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
183
200
  lineBreak?: import("csstype").Property.LineBreak | undefined;
184
201
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
185
202
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -195,6 +212,10 @@ export declare function useOrientationEnforcerStyles(): {
195
212
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
196
213
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
197
214
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
215
+ marker?: import("csstype").Property.Marker | undefined;
216
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
217
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
218
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
198
219
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
199
220
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
200
221
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -210,6 +231,7 @@ export declare function useOrientationEnforcerStyles(): {
210
231
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
211
232
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
212
233
  maskType?: import("csstype").Property.MaskType | undefined;
234
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
213
235
  mathDepth?: import("csstype").Property.MathDepth | undefined;
214
236
  mathShift?: import("csstype").Property.MathShift | undefined;
215
237
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -228,6 +250,7 @@ export declare function useOrientationEnforcerStyles(): {
228
250
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
229
251
  objectFit?: import("csstype").Property.ObjectFit | undefined;
230
252
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
253
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
231
254
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
232
255
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
233
256
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -249,6 +272,7 @@ export declare function useOrientationEnforcerStyles(): {
249
272
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
250
273
  overflowX?: import("csstype").Property.OverflowX | undefined;
251
274
  overflowY?: import("csstype").Property.OverflowY | undefined;
275
+ overlay?: import("csstype").Property.Overlay | undefined;
252
276
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
253
277
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
254
278
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -262,25 +286,32 @@ export declare function useOrientationEnforcerStyles(): {
262
286
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
263
287
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
264
288
  page?: import("csstype").Property.Page | undefined;
265
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
266
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
267
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
268
289
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
269
290
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
270
291
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
271
292
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
272
293
  position?: import("csstype").Property.Position | undefined;
294
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
295
+ positionArea?: import("csstype").Property.PositionArea | undefined;
296
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
297
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
298
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
273
299
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
274
300
  quotes?: import("csstype").Property.Quotes | undefined;
301
+ r?: import("csstype").Property.R<string | number> | undefined;
275
302
  resize?: import("csstype").Property.Resize | undefined;
276
303
  right?: import("csstype").Property.Right<string | number> | undefined;
277
304
  rotate?: import("csstype").Property.Rotate | undefined;
278
305
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
279
306
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
280
307
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
308
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
281
309
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
310
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
311
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
282
312
  scale?: import("csstype").Property.Scale | undefined;
283
313
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
314
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
284
315
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
285
316
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
286
317
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -312,10 +343,28 @@ export declare function useOrientationEnforcerStyles(): {
312
343
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
313
344
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
314
345
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
346
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
347
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
348
+ stopColor?: import("csstype").Property.StopColor | undefined;
349
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
350
+ stroke?: import("csstype").Property.Stroke | undefined;
351
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
352
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
353
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
354
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
355
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
356
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
357
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
358
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
315
359
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
316
360
  tableLayout?: import("csstype").Property.TableLayout | undefined;
317
361
  textAlign?: import("csstype").Property.TextAlign | undefined;
318
362
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
363
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
364
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
365
+ textBox?: import("csstype").Property.TextBox | undefined;
366
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
367
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
319
368
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
320
369
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
321
370
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -333,15 +382,20 @@ export declare function useOrientationEnforcerStyles(): {
333
382
  textRendering?: import("csstype").Property.TextRendering | undefined;
334
383
  textShadow?: import("csstype").Property.TextShadow | undefined;
335
384
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
385
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
336
386
  textTransform?: import("csstype").Property.TextTransform | undefined;
337
387
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
338
388
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
389
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
390
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
391
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
339
392
  top?: import("csstype").Property.Top<string | number> | undefined;
340
393
  touchAction?: import("csstype").Property.TouchAction | undefined;
341
394
  transform?: import("csstype").Property.Transform | undefined;
342
395
  transformBox?: import("csstype").Property.TransformBox | undefined;
343
396
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
344
397
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
398
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
345
399
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
346
400
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
347
401
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -349,10 +403,16 @@ export declare function useOrientationEnforcerStyles(): {
349
403
  translate?: import("csstype").Property.Translate<string | number> | undefined;
350
404
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
351
405
  userSelect?: import("csstype").Property.UserSelect | undefined;
406
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
352
407
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
408
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
409
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
410
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
411
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
353
412
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
354
413
  visibility?: import("csstype").Property.Visibility | undefined;
355
414
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
415
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
356
416
  widows?: import("csstype").Property.Widows | undefined;
357
417
  width?: import("csstype").Property.Width<string | number> | undefined;
358
418
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -360,22 +420,31 @@ export declare function useOrientationEnforcerStyles(): {
360
420
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
361
421
  wordWrap?: import("csstype").Property.WordWrap | undefined;
362
422
  writingMode?: import("csstype").Property.WritingMode | undefined;
423
+ x?: import("csstype").Property.X<string | number> | undefined;
424
+ y?: import("csstype").Property.Y<string | number> | undefined;
363
425
  zIndex?: import("csstype").Property.ZIndex | undefined;
364
426
  zoom?: import("csstype").Property.Zoom | undefined;
365
- all?: import("csstype").Globals | undefined;
427
+ all?: import("csstype").Property.All | undefined;
366
428
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
429
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
367
430
  background?: import("csstype").Property.Background<string | number> | undefined;
368
431
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
369
432
  border?: import("csstype").Property.Border<string | number> | undefined;
370
433
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
434
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
371
435
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
372
436
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
437
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
438
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
373
439
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
374
440
  borderColor?: import("csstype").Property.BorderColor | undefined;
375
441
  borderImage?: import("csstype").Property.BorderImage | undefined;
376
442
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
443
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
377
444
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
378
445
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
446
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
447
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
379
448
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
380
449
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
381
450
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -417,6 +486,7 @@ export declare function useOrientationEnforcerStyles(): {
417
486
  placeContent?: import("csstype").Property.PlaceContent | undefined;
418
487
  placeItems?: import("csstype").Property.PlaceItems | undefined;
419
488
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
489
+ positionTry?: import("csstype").Property.PositionTry | undefined;
420
490
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
421
491
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
422
492
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -427,7 +497,9 @@ export declare function useOrientationEnforcerStyles(): {
427
497
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
428
498
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
429
499
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
500
+ textWrap?: import("csstype").Property.TextWrap | undefined;
430
501
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
502
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
431
503
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
432
504
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
433
505
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -449,8 +521,6 @@ export declare function useOrientationEnforcerStyles(): {
449
521
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
450
522
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
451
523
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
452
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
453
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
454
524
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
455
525
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
456
526
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -459,11 +529,14 @@ export declare function useOrientationEnforcerStyles(): {
459
529
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
460
530
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
461
531
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
462
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
463
532
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
464
533
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
465
534
  MozOrient?: import("csstype").Property.MozOrient | undefined;
466
535
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
536
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
537
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
538
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
539
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
467
540
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
468
541
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
469
542
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
@@ -472,13 +545,9 @@ export declare function useOrientationEnforcerStyles(): {
472
545
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
473
546
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
474
547
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
548
+ MozTransform?: import("csstype").Property.Transform | undefined;
475
549
  MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
476
550
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
477
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
478
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
479
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
480
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
481
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
482
551
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
483
552
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
484
553
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -597,6 +666,8 @@ export declare function useOrientationEnforcerStyles(): {
597
666
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
598
667
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
599
668
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
669
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
670
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
600
671
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
601
672
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
602
673
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -651,12 +722,13 @@ export declare function useOrientationEnforcerStyles(): {
651
722
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
652
723
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
653
724
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
654
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
725
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
655
726
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
656
727
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
657
728
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
658
729
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
659
730
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
731
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
660
732
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
661
733
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
662
734
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
@@ -678,7 +750,6 @@ export declare function useOrientationEnforcerStyles(): {
678
750
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
679
751
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
680
752
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
681
- azimuth?: import("csstype").Property.Azimuth | undefined;
682
753
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
683
754
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
684
755
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -688,16 +759,22 @@ export declare function useOrientationEnforcerStyles(): {
688
759
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
689
760
  boxPack?: import("csstype").Property.BoxPack | undefined;
690
761
  clip?: import("csstype").Property.Clip | undefined;
762
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
691
763
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
692
764
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
693
765
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
694
766
  imeMode?: import("csstype").Property.ImeMode | undefined;
767
+ insetArea?: import("csstype").Property.PositionArea | undefined;
695
768
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
696
769
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
697
770
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
698
771
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
699
772
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
700
773
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
774
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
775
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
776
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
777
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
701
778
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
702
779
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
703
780
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -716,7 +793,6 @@ export declare function useOrientationEnforcerStyles(): {
716
793
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
717
794
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
718
795
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
719
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
720
796
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
721
797
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
722
798
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -731,22 +807,24 @@ export declare function useOrientationEnforcerStyles(): {
731
807
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
732
808
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
733
809
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
810
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
811
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
734
812
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
735
813
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
736
814
  MozOpacity?: import("csstype").Property.Opacity | undefined;
737
815
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
738
816
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
739
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
740
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
741
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
742
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
743
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
744
817
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
745
818
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
746
819
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
747
820
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
748
821
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
749
822
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
823
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
824
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
825
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
826
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
827
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
750
828
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
751
829
  msImeMode?: import("csstype").Property.ImeMode | undefined;
752
830
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -779,37 +857,8 @@ export declare function useOrientationEnforcerStyles(): {
779
857
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
780
858
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
781
859
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
782
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
783
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
784
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
785
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
786
- clipRule?: import("csstype").Property.ClipRule | undefined;
787
860
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
788
861
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
789
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
790
- fill?: import("csstype").Property.Fill | undefined;
791
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
792
- fillRule?: import("csstype").Property.FillRule | undefined;
793
- floodColor?: import("csstype").Property.FloodColor | undefined;
794
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
795
862
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
796
- lightingColor?: import("csstype").Property.LightingColor | undefined;
797
- marker?: import("csstype").Property.Marker | undefined;
798
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
799
- markerMid?: import("csstype").Property.MarkerMid | undefined;
800
- markerStart?: import("csstype").Property.MarkerStart | undefined;
801
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
802
- stopColor?: import("csstype").Property.StopColor | undefined;
803
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
804
- stroke?: import("csstype").Property.Stroke | undefined;
805
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
806
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
807
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
808
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
809
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
810
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
811
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
812
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
813
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
814
863
  };
815
864
  };
@@ -11,7 +11,8 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.useOrientationEnforcerStyles = exports.styles = void 0;
14
+ exports.styles = void 0;
15
+ exports.useOrientationEnforcerStyles = useOrientationEnforcerStyles;
15
16
  var common_1 = require("@monkvision/common");
16
17
  exports.styles = {
17
18
  container: {
@@ -46,4 +47,3 @@ function useOrientationEnforcerStyles() {
46
47
  containerStyle: __assign(__assign({}, exports.styles['container']), { backgroundColor: palette.background.base }),
47
48
  };
48
49
  }
49
- exports.useOrientationEnforcerStyles = useOrientationEnforcerStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VehiclePart, VehicleType } from '@monkvision/types';
3
2
  /**
4
3
  * Props of PartSelection component.
@@ -37,4 +36,4 @@ export interface PartSelectionProps {
37
36
  * Component that displays a vehicle wireframe on top of the Camera Preview that is used
38
37
  * to select the parts of the vehicle that the user wants to take a picture of.
39
38
  */
40
- export declare function PartSelection({ vehicleType, vehicleParts, disabled, onCancel, onAddDamagePartsSelected, onValidateVehicleParts, maxSelectableParts, }: PartSelectionProps): JSX.Element | null;
39
+ export declare function PartSelection({ vehicleType, vehicleParts, disabled, onCancel, onAddDamagePartsSelected, onValidateVehicleParts, maxSelectableParts, }: PartSelectionProps): import("react/jsx-runtime").JSX.Element | null;
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.PartSelection = void 0;
14
+ exports.PartSelection = PartSelection;
15
15
  var jsx_runtime_1 = require("react/jsx-runtime");
16
16
  var common_1 = require("@monkvision/common");
17
17
  var common_ui_web_1 = require("@monkvision/common-ui-web");
@@ -32,8 +32,7 @@ function PartSelection(_a) {
32
32
  throw new Error('Vehicle type state is not found from useMonkAppState');
33
33
  }
34
34
  var instruction = maxSelectableParts === 1 ? 'photo.hud.addDamage.selectPart' : 'photo.hud.addDamage.selectParts';
35
- return disabled ? null : ((0, jsx_runtime_1.jsxs)("div", __assign({ style: __assign(__assign({}, PartSelection_styles_1.styles['container']), { background: backgroundColor }) }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ style: PartSelection_styles_1.styles['vehicleSelect'] }, { children: (0, jsx_runtime_1.jsx)(common_ui_web_1.VehiclePartSelection, { vehicleType: vehicleType, maxSelectableParts: maxSelectableParts, onPartsSelected: onAddDamagePartsSelected }) })), (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: buttonColor, onClick: onCancel, style: PartSelection_styles_1.styles['closeBtn'], icon: 'close' }), (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: vehicleParts.length ? palette.primary.base : palette.text.disabled, onClick: onValidateVehicleParts, style: PartSelection_styles_1.styles['validateBtn'], disabled: vehicleParts.length === 0, icon: 'check' }), (0, jsx_runtime_1.jsxs)("div", __assign({ style: PartSelection_styles_1.styles['labelsContainer'] }, { children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, __assign({ primaryColor: palette.text.white, secondaryColor: palette.text.black, style: PartSelection_styles_1.styles['tutoLabel'] }, { children: t(instruction) })) }), vehicleParts.length > 0 && ((0, jsx_runtime_1.jsx)("span", __assign({ style: PartSelection_styles_1.styles['partsLabel'] }, { children: (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, __assign({ primaryColor: palette.text.white, secondaryColor: palette.text.black }, { children: vehicleParts
35
+ return disabled ? null : ((0, jsx_runtime_1.jsxs)("div", { style: __assign(__assign({}, PartSelection_styles_1.styles['container']), { background: backgroundColor }), children: [(0, jsx_runtime_1.jsx)("div", { style: PartSelection_styles_1.styles['vehicleSelect'], children: (0, jsx_runtime_1.jsx)(common_ui_web_1.VehiclePartSelection, { vehicleType: vehicleType, maxSelectableParts: maxSelectableParts, onPartsSelected: onAddDamagePartsSelected }) }), (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: buttonColor, onClick: onCancel, style: PartSelection_styles_1.styles['closeBtn'], icon: 'close' }), (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: vehicleParts.length ? palette.primary.base : palette.text.disabled, onClick: onValidateVehicleParts, style: PartSelection_styles_1.styles['validateBtn'], disabled: vehicleParts.length === 0, icon: 'check' }), (0, jsx_runtime_1.jsxs)("div", { style: PartSelection_styles_1.styles['labelsContainer'], children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: palette.text.white, secondaryColor: palette.text.black, style: PartSelection_styles_1.styles['tutoLabel'], children: t(instruction) }) }), vehicleParts.length > 0 && ((0, jsx_runtime_1.jsx)("span", { style: PartSelection_styles_1.styles['partsLabel'], children: (0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { primaryColor: palette.text.white, secondaryColor: palette.text.black, children: vehicleParts
36
36
  .map(function (part) { return common_1.vehiclePartLabels[part][(0, common_1.getLanguage)(i18n.language)]; })
37
- .join(', ') })) })))] }))] })));
37
+ .join(', ') }) }))] })] }));
38
38
  }
39
- exports.PartSelection = PartSelection;
@@ -11,4 +11,4 @@ export interface SightTutorialButtonProps extends ButtonHTMLAttributes<HTMLButto
11
11
  /**
12
12
  * Component implementing a cancel button displayed in the Camera HUD.
13
13
  */
14
- export declare function SightTutorialButton({ toggleSightTutorial, ...passThroughProps }: SightTutorialButtonProps): JSX.Element;
14
+ export declare function SightTutorialButton({ toggleSightTutorial, ...passThroughProps }: SightTutorialButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  return t;
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.SightTutorialButton = void 0;
25
+ exports.SightTutorialButton = SightTutorialButton;
26
26
  var jsx_runtime_1 = require("react/jsx-runtime");
27
27
  var common_ui_web_1 = require("@monkvision/common-ui-web");
28
28
  var SightTutorialButton_styles_1 = require("./SightTutorialButton.styles");
@@ -33,4 +33,3 @@ function SightTutorialButton(_a) {
33
33
  var toggleSightTutorial = _a.toggleSightTutorial, passThroughProps = __rest(_a, ["toggleSightTutorial"]);
34
34
  return ((0, jsx_runtime_1.jsx)(common_ui_web_1.Button, __assign({ variant: 'text', onClick: toggleSightTutorial, style: SightTutorialButton_styles_1.styles['sightTutorialButton'] }, passThroughProps, { children: (0, jsx_runtime_1.jsx)(common_ui_web_1.Icon, { size: 50, icon: 'help-outline', primaryColor: 'text-primary' }) })));
35
35
  }
36
- exports.SightTutorialButton = SightTutorialButton;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Props of the ZoomOutShot component.
4
3
  */
@@ -12,4 +11,4 @@ export interface ZoomOutShotProps {
12
11
  * Component implementing an HUD displayed on top of the Camera preview during the PhotoCapture process when the current
13
12
  * mode is ADD_DAMAGE_1ST_SHOT.
14
13
  */
15
- export declare function ZoomOutShot({ onCancel }: ZoomOutShotProps): JSX.Element;
14
+ export declare function ZoomOutShot({ onCancel }: ZoomOutShotProps): import("react/jsx-runtime").JSX.Element;
@@ -1,17 +1,6 @@
1
1
  "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
2
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.ZoomOutShot = void 0;
3
+ exports.ZoomOutShot = ZoomOutShot;
15
4
  var jsx_runtime_1 = require("react/jsx-runtime");
16
5
  var react_1 = require("react");
17
6
  var react_i18next_1 = require("react-i18next");
@@ -33,6 +22,5 @@ function ZoomOutShot(_a) {
33
22
  var t = (0, react_i18next_1.useTranslation)().t;
34
23
  var primaryColor = (0, hooks_1.useColorBackground)();
35
24
  var style = (0, hooks_2.useZoomOutShotStyles)();
36
- return ((0, jsx_runtime_1.jsxs)("div", __assign({ style: ZoomOutShot_styles_1.styles['container'] }, { children: [(0, jsx_runtime_1.jsx)(common_ui_web_1.DynamicSVG, { style: ZoomOutShot_styles_1.styles['svg'], svg: assets_1.crosshairSvg }), (0, jsx_runtime_1.jsxs)("div", __assign({ style: style.top }, { children: [(0, jsx_runtime_1.jsx)(Counter_1.Counter, { mode: types_1.CaptureMode.ADD_DAMAGE_1ST_SHOT }), (0, jsx_runtime_1.jsx)(CancelButton_1.CancelButton, { onCancel: onCancel })] })), showInfoPopup && ((0, jsx_runtime_1.jsx)(common_ui_web_1.Button, __assign({ icon: 'close', primaryColor: primaryColor, style: style.infoBtn, onClick: function () { return setShowInfoPopup(false); } }, { children: t('photo.hud.addDamage.infoBtn') })))] })));
25
+ return ((0, jsx_runtime_1.jsxs)("div", { style: ZoomOutShot_styles_1.styles['container'], children: [(0, jsx_runtime_1.jsx)(common_ui_web_1.DynamicSVG, { style: ZoomOutShot_styles_1.styles['svg'], svg: assets_1.crosshairSvg }), (0, jsx_runtime_1.jsxs)("div", { style: style.top, children: [(0, jsx_runtime_1.jsx)(Counter_1.Counter, { mode: types_1.CaptureMode.ADD_DAMAGE_1ST_SHOT }), (0, jsx_runtime_1.jsx)(CancelButton_1.CancelButton, { onCancel: onCancel })] }), showInfoPopup && ((0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { icon: 'close', primaryColor: primaryColor, style: style.infoBtn, onClick: function () { return setShowInfoPopup(false); }, children: t('photo.hud.addDamage.infoBtn') }))] }));
37
26
  }
38
- exports.ZoomOutShot = ZoomOutShot;