@nuralogix.ai/web-measurement-embedded-app 0.1.0-beta.6 → 0.1.0-beta.8

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.
package/README.md CHANGED
@@ -160,7 +160,7 @@ event: ((appEvent: AppEvent) => void) | null;
160
160
  - `MEASUREMENT_COMPLETED` – the measurement finished and results are stable.
161
161
  - `INTERMEDIATE_RESULTS` – partial results are available during an active run.
162
162
  - `RESULTS_RECEIVED` – the final measurement results are available.
163
- - `MEASUREMENT_CANCELED` – the active measurement was canceled (user action or constraint).
163
+ - `MEASUREMENT_CANCELED` – the user canceled the active measurement.
164
164
  - `CONSTRAINT_VIOLATION` – a constraint (e.g., face distance) failed.
165
165
  - `PAGE_VISIBILITY_CHANGE` – the page changed visibility (e.g., tab switch or minimize).
166
166
  - `PAGE_UNLOADED` – the page is unloading.