@monkvision/inspection-capture-web 5.2.5 → 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
@@ -6,12 +6,15 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
6
6
  container: import("@monkvision/types").ResponsiveStyleProperties;
7
7
  guideline: {
8
8
  backgroundColor: string;
9
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
9
+ __media?: import("@monkvision/types").CSSMediaQuery;
10
10
  accentColor?: import("csstype").Property.AccentColor | undefined;
11
11
  alignContent?: import("csstype").Property.AlignContent | undefined;
12
12
  alignItems?: import("csstype").Property.AlignItems | undefined;
13
13
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
14
14
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
15
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
16
+ anchorName?: import("csstype").Property.AnchorName | undefined;
17
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
15
18
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
16
19
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
17
20
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -20,6 +23,8 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
20
23
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
21
24
  animationName?: import("csstype").Property.AnimationName | undefined;
22
25
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
26
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
27
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
23
28
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
24
29
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
25
30
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -35,17 +40,14 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
35
40
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
36
41
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
37
42
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
38
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
43
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
39
44
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
40
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
41
45
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
42
46
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
43
47
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
44
48
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
45
49
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
46
50
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
47
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
48
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
49
51
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
50
52
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
51
53
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -59,15 +61,12 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
59
61
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
60
62
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
61
63
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
62
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
63
64
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
64
65
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
65
66
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
66
67
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
67
68
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
68
69
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
69
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
70
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
71
70
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
72
71
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
73
72
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -94,8 +93,10 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
94
93
  caretShape?: import("csstype").Property.CaretShape | undefined;
95
94
  clear?: import("csstype").Property.Clear | undefined;
96
95
  clipPath?: import("csstype").Property.ClipPath | undefined;
96
+ clipRule?: import("csstype").Property.ClipRule | undefined;
97
97
  color?: import("csstype").Property.Color | undefined;
98
98
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
99
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
99
100
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
100
101
  columnCount?: import("csstype").Property.ColumnCount | undefined;
101
102
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -118,9 +119,17 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
118
119
  counterReset?: import("csstype").Property.CounterReset | undefined;
119
120
  counterSet?: import("csstype").Property.CounterSet | undefined;
120
121
  cursor?: import("csstype").Property.Cursor | undefined;
122
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
123
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
124
+ d?: import("csstype").Property.D | undefined;
121
125
  direction?: import("csstype").Property.Direction | undefined;
122
126
  display?: import("csstype").Property.Display | undefined;
127
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
123
128
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
129
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
130
+ fill?: import("csstype").Property.Fill | undefined;
131
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
132
+ fillRule?: import("csstype").Property.FillRule | undefined;
124
133
  filter?: import("csstype").Property.Filter | undefined;
125
134
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
126
135
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -128,6 +137,8 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
128
137
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
129
138
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
130
139
  float?: import("csstype").Property.Float | undefined;
140
+ floodColor?: import("csstype").Property.FloodColor | undefined;
141
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
131
142
  fontFamily?: import("csstype").Property.FontFamily | undefined;
132
143
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
133
144
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -137,9 +148,12 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
137
148
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
138
149
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
139
150
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
140
- fontStretch?: import("csstype").Property.FontStretch | undefined;
141
151
  fontStyle?: import("csstype").Property.FontStyle | undefined;
142
152
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
153
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
154
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
155
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
156
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
143
157
  fontVariant?: import("csstype").Property.FontVariant | undefined;
144
158
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
145
159
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -150,6 +164,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
150
164
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
151
165
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
152
166
  fontWeight?: import("csstype").Property.FontWeight | undefined;
167
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
153
168
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
154
169
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
155
170
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -170,12 +185,13 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
170
185
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
171
186
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
172
187
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
188
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
173
189
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
174
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
175
190
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
176
191
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
177
192
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
178
193
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
194
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
179
195
  isolation?: import("csstype").Property.Isolation | undefined;
180
196
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
181
197
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -183,6 +199,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
183
199
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
184
200
  left?: import("csstype").Property.Left<string | number> | undefined;
185
201
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
202
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
186
203
  lineBreak?: import("csstype").Property.LineBreak | undefined;
187
204
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
188
205
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -198,6 +215,10 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
198
215
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
199
216
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
200
217
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
218
+ marker?: import("csstype").Property.Marker | undefined;
219
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
220
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
221
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
201
222
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
202
223
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
203
224
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -213,6 +234,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
213
234
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
214
235
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
215
236
  maskType?: import("csstype").Property.MaskType | undefined;
237
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
216
238
  mathDepth?: import("csstype").Property.MathDepth | undefined;
217
239
  mathShift?: import("csstype").Property.MathShift | undefined;
218
240
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -231,6 +253,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
231
253
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
232
254
  objectFit?: import("csstype").Property.ObjectFit | undefined;
233
255
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
256
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
234
257
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
235
258
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
236
259
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -252,6 +275,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
252
275
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
253
276
  overflowX?: import("csstype").Property.OverflowX | undefined;
254
277
  overflowY?: import("csstype").Property.OverflowY | undefined;
278
+ overlay?: import("csstype").Property.Overlay | undefined;
255
279
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
256
280
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
257
281
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -265,25 +289,32 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
265
289
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
266
290
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
267
291
  page?: import("csstype").Property.Page | undefined;
268
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
269
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
270
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
271
292
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
272
293
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
273
294
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
274
295
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
275
296
  position?: import("csstype").Property.Position | undefined;
297
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
298
+ positionArea?: import("csstype").Property.PositionArea | undefined;
299
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
300
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
301
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
276
302
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
277
303
  quotes?: import("csstype").Property.Quotes | undefined;
304
+ r?: import("csstype").Property.R<string | number> | undefined;
278
305
  resize?: import("csstype").Property.Resize | undefined;
279
306
  right?: import("csstype").Property.Right<string | number> | undefined;
280
307
  rotate?: import("csstype").Property.Rotate | undefined;
281
308
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
282
309
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
283
310
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
311
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
284
312
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
313
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
314
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
285
315
  scale?: import("csstype").Property.Scale | undefined;
286
316
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
317
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
287
318
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
288
319
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
289
320
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -315,10 +346,28 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
315
346
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
316
347
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
317
348
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
349
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
350
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
351
+ stopColor?: import("csstype").Property.StopColor | undefined;
352
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
353
+ stroke?: import("csstype").Property.Stroke | undefined;
354
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
355
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
356
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
357
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
358
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
359
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
360
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
361
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
318
362
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
319
363
  tableLayout?: import("csstype").Property.TableLayout | undefined;
320
364
  textAlign?: import("csstype").Property.TextAlign | undefined;
321
365
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
366
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
367
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
368
+ textBox?: import("csstype").Property.TextBox | undefined;
369
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
370
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
322
371
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
323
372
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
324
373
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -336,15 +385,20 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
336
385
  textRendering?: import("csstype").Property.TextRendering | undefined;
337
386
  textShadow?: import("csstype").Property.TextShadow | undefined;
338
387
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
388
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
339
389
  textTransform?: import("csstype").Property.TextTransform | undefined;
340
390
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
341
391
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
392
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
393
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
394
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
342
395
  top?: import("csstype").Property.Top<string | number> | undefined;
343
396
  touchAction?: import("csstype").Property.TouchAction | undefined;
344
397
  transform?: import("csstype").Property.Transform | undefined;
345
398
  transformBox?: import("csstype").Property.TransformBox | undefined;
346
399
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
347
400
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
401
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
348
402
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
349
403
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
350
404
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -352,10 +406,16 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
352
406
  translate?: import("csstype").Property.Translate<string | number> | undefined;
353
407
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
354
408
  userSelect?: import("csstype").Property.UserSelect | undefined;
409
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
355
410
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
411
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
412
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
413
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
414
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
356
415
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
357
416
  visibility?: import("csstype").Property.Visibility | undefined;
358
417
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
418
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
359
419
  widows?: import("csstype").Property.Widows | undefined;
360
420
  width?: import("csstype").Property.Width<string | number> | undefined;
361
421
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -363,22 +423,31 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
363
423
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
364
424
  wordWrap?: import("csstype").Property.WordWrap | undefined;
365
425
  writingMode?: import("csstype").Property.WritingMode | undefined;
426
+ x?: import("csstype").Property.X<string | number> | undefined;
427
+ y?: import("csstype").Property.Y<string | number> | undefined;
366
428
  zIndex?: import("csstype").Property.ZIndex | undefined;
367
429
  zoom?: import("csstype").Property.Zoom | undefined;
368
- all?: import("csstype").Globals | undefined;
430
+ all?: import("csstype").Property.All | undefined;
369
431
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
432
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
370
433
  background?: import("csstype").Property.Background<string | number> | undefined;
371
434
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
372
435
  border?: import("csstype").Property.Border<string | number> | undefined;
373
436
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
437
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
374
438
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
375
439
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
440
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
441
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
376
442
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
377
443
  borderColor?: import("csstype").Property.BorderColor | undefined;
378
444
  borderImage?: import("csstype").Property.BorderImage | undefined;
379
445
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
446
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
380
447
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
381
448
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
449
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
450
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
382
451
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
383
452
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
384
453
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -420,6 +489,7 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
420
489
  placeContent?: import("csstype").Property.PlaceContent | undefined;
421
490
  placeItems?: import("csstype").Property.PlaceItems | undefined;
422
491
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
492
+ positionTry?: import("csstype").Property.PositionTry | undefined;
423
493
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
424
494
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
425
495
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -430,7 +500,9 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
430
500
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
431
501
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
432
502
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
503
+ textWrap?: import("csstype").Property.TextWrap | undefined;
433
504
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
505
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
434
506
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
435
507
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
436
508
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -452,8 +524,6 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
452
524
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
453
525
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
454
526
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
455
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
456
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
457
527
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
458
528
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
459
529
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -462,11 +532,14 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
462
532
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
463
533
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
464
534
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
465
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
466
535
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
467
536
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
468
537
  MozOrient?: import("csstype").Property.MozOrient | undefined;
469
538
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
539
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
540
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
541
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
542
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
470
543
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
471
544
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
472
545
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
@@ -475,13 +548,9 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
475
548
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
476
549
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
477
550
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
551
+ MozTransform?: import("csstype").Property.Transform | undefined;
478
552
  MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
479
553
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
480
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
481
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
482
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
483
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
484
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
485
554
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
486
555
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
487
556
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -600,6 +669,8 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
600
669
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
601
670
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
602
671
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
672
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
673
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
603
674
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
604
675
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
605
676
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -654,12 +725,13 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
654
725
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
655
726
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
656
727
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
657
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
728
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
658
729
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
659
730
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
660
731
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
661
732
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
662
733
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
734
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
663
735
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
664
736
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
665
737
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
@@ -681,7 +753,6 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
681
753
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
682
754
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
683
755
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
684
- azimuth?: import("csstype").Property.Azimuth | undefined;
685
756
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
686
757
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
687
758
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -691,16 +762,22 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
691
762
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
692
763
  boxPack?: import("csstype").Property.BoxPack | undefined;
693
764
  clip?: import("csstype").Property.Clip | undefined;
765
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
694
766
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
695
767
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
696
768
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
697
769
  imeMode?: import("csstype").Property.ImeMode | undefined;
770
+ insetArea?: import("csstype").Property.PositionArea | undefined;
698
771
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
699
772
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
700
773
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
701
774
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
702
775
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
703
776
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
777
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
778
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
779
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
780
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
704
781
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
705
782
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
706
783
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -719,7 +796,6 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
719
796
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
720
797
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
721
798
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
722
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
723
799
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
724
800
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
725
801
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -734,22 +810,24 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
734
810
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
735
811
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
736
812
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
813
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
814
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
737
815
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
738
816
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
739
817
  MozOpacity?: import("csstype").Property.Opacity | undefined;
740
818
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
741
819
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
742
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
743
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
744
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
745
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
746
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
747
820
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
748
821
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
749
822
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
750
823
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
751
824
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
752
825
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
826
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
827
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
828
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
829
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
830
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
753
831
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
754
832
  msImeMode?: import("csstype").Property.ImeMode | undefined;
755
833
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -782,37 +860,8 @@ export declare function useSightGuidelineStyle({ addDamage }: SightGuidelinePara
782
860
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
783
861
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
784
862
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
785
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
786
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
787
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
788
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
789
- clipRule?: import("csstype").Property.ClipRule | undefined;
790
863
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
791
864
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
792
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
793
- fill?: import("csstype").Property.Fill | undefined;
794
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
795
- fillRule?: import("csstype").Property.FillRule | undefined;
796
- floodColor?: import("csstype").Property.FloodColor | undefined;
797
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
798
865
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
799
- lightingColor?: import("csstype").Property.LightingColor | undefined;
800
- marker?: import("csstype").Property.Marker | undefined;
801
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
802
- markerMid?: import("csstype").Property.MarkerMid | undefined;
803
- markerStart?: import("csstype").Property.MarkerStart | undefined;
804
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
805
- stopColor?: import("csstype").Property.StopColor | undefined;
806
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
807
- stroke?: import("csstype").Property.Stroke | undefined;
808
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
809
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
810
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
811
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
812
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
813
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
814
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
815
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
816
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
817
866
  };
818
867
  };
@@ -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.useSightGuidelineStyle = void 0;
14
+ exports.useSightGuidelineStyle = useSightGuidelineStyle;
15
15
  var types_1 = require("@monkvision/types");
16
16
  var SightGuideline_styles_1 = require("./SightGuideline.styles");
17
17
  var hooks_1 = require("../../../../hooks");
@@ -23,4 +23,3 @@ function useSightGuidelineStyle(_a) {
23
23
  guideline: __assign(__assign({}, SightGuideline_styles_1.styles['guideline']), { backgroundColor: backgroundColor }),
24
24
  };
25
25
  }
26
- exports.useSightGuidelineStyle = useSightGuidelineStyle;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Image, Sight } from '@monkvision/types';
3
2
  /**
4
3
  * Props of the SightSlider component.
@@ -34,4 +33,4 @@ export interface SightSliderProps {
34
33
  * process, allowing user to have indications of the remaining sights and allowing them to change the currently selected
35
34
  * sight.
36
35
  */
37
- export declare function SightSlider({ sights, selectedSight, sightsTaken, onSelectedSight, onRetakeSight, images, }: SightSliderProps): JSX.Element;
36
+ export declare function SightSlider({ sights, selectedSight, sightsTaken, onSelectedSight, onRetakeSight, images, }: SightSliderProps): 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.SightSlider = void 0;
3
+ exports.SightSlider = SightSlider;
15
4
  var jsx_runtime_1 = require("react/jsx-runtime");
16
5
  var types_1 = require("@monkvision/types");
17
6
  var react_1 = require("react");
@@ -22,6 +11,7 @@ var hooks_1 = require("./hooks");
22
11
  var scrollToSelectedSight = function (ref, index, smooth) {
23
12
  if (ref.current && ref.current.children.length > index) {
24
13
  ref.current.children[index].scrollIntoView({
14
+ // behavior: smooth ? 'smooth' : 'auto',
25
15
  behavior: smooth ? 'smooth' : 'instant',
26
16
  inline: 'center',
27
17
  });
@@ -52,11 +42,10 @@ function SightSlider(_a) {
52
42
  (0, react_1.useEffect)(function () {
53
43
  scrollToSelectedSight(ref, sights.indexOf(selectedSight), true);
54
44
  }, [selectedSight, sightsTaken]);
55
- return ((0, jsx_runtime_1.jsx)("div", __assign({ style: container, ref: ref }, { children: items.map(function (_a) {
45
+ return ((0, jsx_runtime_1.jsx)("div", { style: container, ref: ref, children: items.map(function (_a) {
56
46
  var sight = _a.sight, status = _a.status;
57
47
  return ((0, jsx_runtime_1.jsx)(SightSliderButton_1.SightSliderButton, { label: label(sight), isSelected: sight === selectedSight, status: status, onClick: function () {
58
48
  return status === types_1.ImageStatus.NOT_COMPLIANT ? onRetakeSight(sight.id) : onSelectedSight(sight);
59
49
  } }, sight.id));
60
- }) })));
50
+ }) }));
61
51
  }
62
- exports.SightSlider = SightSlider;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ImageStatus } from '@monkvision/types';
3
2
  /**
4
3
  * Props of the SightSliderButton component.
@@ -24,4 +23,4 @@ export interface SightSliderButtonProps {
24
23
  /**
25
24
  * Button representing a sight in the PhotoCapture SightSlider component.
26
25
  */
27
- export declare function SightSliderButton({ label, isSelected, status, onClick }: SightSliderButtonProps): JSX.Element;
26
+ export declare function SightSliderButton({ label, isSelected, status, onClick }: SightSliderButtonProps): 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.SightSliderButton = void 0;
3
+ exports.SightSliderButton = SightSliderButton;
15
4
  var jsx_runtime_1 = require("react/jsx-runtime");
16
5
  var common_ui_web_1 = require("@monkvision/common-ui-web");
17
6
  var types_1 = require("@monkvision/types");
@@ -61,6 +50,5 @@ function useSliderStyle(_a) {
61
50
  function SightSliderButton(_a) {
62
51
  var label = _a.label, isSelected = _a.isSelected, status = _a.status, onClick = _a.onClick;
63
52
  var _b = useSliderStyle({ isSelected: isSelected, status: status }), primaryColor = _b.primaryColor, disabled = _b.disabled, icon = _b.icon;
64
- return ((0, jsx_runtime_1.jsx)(common_ui_web_1.Button, __assign({ style: SightSlider_styles_1.styles['button'], icon: icon, primaryColor: primaryColor, onClick: onClick, disabled: disabled }, { children: label })));
53
+ return ((0, jsx_runtime_1.jsx)(common_ui_web_1.Button, { style: SightSlider_styles_1.styles['button'], icon: icon, primaryColor: primaryColor, onClick: onClick, disabled: disabled, children: label }));
65
54
  }
66
- exports.SightSliderButton = SightSliderButton;
@@ -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.useSightSliderStyles = void 0;
14
+ exports.useSightSliderStyles = useSightSliderStyles;
15
15
  var common_1 = require("@monkvision/common");
16
16
  var SightSlider_styles_1 = require("./SightSlider.styles");
17
17
  function useSightSliderStyles() {
@@ -20,4 +20,3 @@ function useSightSliderStyles() {
20
20
  container: __assign(__assign({}, SightSlider_styles_1.styles['container']), responsive(SightSlider_styles_1.styles['containerPortrait'])),
21
21
  };
22
22
  }
23
- exports.useSightSliderStyles = useSightSliderStyles;