storybook 9.1.14 → 9.1.16

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.
@@ -4111,6 +4111,8 @@ var { fetch: pi } = hn.global, ui = "./index.json", Se = class {
4111
4111
  try {
4112
4112
  let e = await this.getProjectAnnotationsOrRenderError();
4113
4113
  await this.runBeforeAllHook(e), await this.initializeWithProjectAnnotations(e);
4114
+ let t = globalThis?.navigator?.userAgent;
4115
+ await this.channel.emit(P.PREVIEW_INITIALIZED, { userAgent: t });
4114
4116
  } catch (e) {
4115
4117
  this.rejectStoreInitializationPromise(e);
4116
4118
  }